diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-20 19:02:06 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-20 19:02:06 +0000 |
commit | 59b9d6b625884f5d47aae02671cfa77011005da2 (patch) | |
tree | ad79ef2ef6e22a00a5be9ea99aed47bcf0ac8741 /system.php | |
parent | 90c11f05015ed4e1a88e859437097cdb8542552a (diff) | |
download | elgg-59b9d6b625884f5d47aae02671cfa77011005da2.tar.gz elgg-59b9d6b625884f5d47aae02671cfa77011005da2.tar.bz2 |
improved the GD resizing code - writing files rather than returning jpegs
Diffstat (limited to 'system.php')
-rw-r--r-- | system.php | 4 |
1 files changed, 3 insertions, 1 deletions
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(); |