From 59b9d6b625884f5d47aae02671cfa77011005da2 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 20 Jun 2009 19:02:06 +0000 Subject: improved the GD resizing code - writing files rather than returning jpegs --- system.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'system.php') diff --git a/system.php b/system.php index ef781b92a..833722db8 100644 --- a/system.php +++ b/system.php @@ -8,7 +8,9 @@ * ********************************************************************/ - require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); + include_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); + + global $CONFIG; admin_gatekeeper(); -- cgit v1.2.3