diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-12-11 01:19:38 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-12-11 01:19:38 +0100 |
commit | 152a10e8cc84071f5e5e4e067b9261e2857d8b20 (patch) | |
tree | 23f0e66d850a73b518a8b249d90dba31d349ec72 /paste/include | |
parent | 48d7424647b146a66c5bde93ee836919933a4150 (diff) | |
download | rafb-nopaste-152a10e8cc84071f5e5e4e067b9261e2857d8b20.tar.gz rafb-nopaste-152a10e8cc84071f5e5e4e067b9261e2857d8b20.tar.xz rafb-nopaste-152a10e8cc84071f5e5e4e067b9261e2857d8b20.zip |
fixed bug
Diffstat (limited to 'paste/include')
-rw-r--r-- | paste/include/createpage.inc | 3 |
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; |