summaryrefslogtreecommitdiffstats
path: root/paste/include/createpage.inc
diff options
context:
space:
mode:
Diffstat (limited to 'paste/include/createpage.inc')
-rw-r--r--paste/include/createpage.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/paste/include/createpage.inc b/paste/include/createpage.inc
index b881deb..0e47b2e 100644
--- a/paste/include/createpage.inc
+++ b/paste/include/createpage.inc
@@ -4,6 +4,7 @@ This software is licensed through a BSD-style License.
http://www.opensource.org/licenses/bsd-license.php
Copyright (c) 2002 - 2009 Jacob D. Cohen
+Copyright (c) 2009 Alexander Sulfrian
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -57,7 +58,7 @@ function CreatePage($input)
if ($Config['short_results_path']) {
$urlbase = $Config['short_results_path'];
} else {
- $urlbase = $Config['site_domain'] . $Config['site_path'] . '/' $Config['results_dir'];
+ $urlbase = $Config['site_domain'] . $Config['site_path'] . '/' . $Config['results_dir'];
}
$pasteUrl = $urlbase . $rawout;