From 152a10e8cc84071f5e5e4e067b9261e2857d8b20 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 11 Dec 2009 01:19:38 +0100 Subject: fixed bug --- paste/include/createpage.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'paste/include/createpage.inc') 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; -- cgit v1.2.3