aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-06-05 11:26:42 +0000
committerCash Costello <cash.costello@gmail.com>2009-06-05 11:26:42 +0000
commit8e8e50d510608d94e266e3c951349a45046dfc67 (patch)
tree5e66e93e3ca120a3d473cc38226e37072d78d0fd /start.php
parentee733ee32b08e062ab868a3b26c3cbe73852a28e (diff)
downloadelgg-8e8e50d510608d94e266e3c951349a45046dfc67.tar.gz
elgg-8e8e50d510608d94e266e3c951349a45046dfc67.tar.bz2
added image sizes to settings and removed deprecated settings object
Diffstat (limited to 'start.php')
-rw-r--r--start.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/start.php b/start.php
index 3515ee667..374b99b99 100644
--- a/start.php
+++ b/start.php
@@ -8,13 +8,6 @@
define('TP_OLD_ALBUM', 0);
define('TP_NEW_ALBUM', 1);
-
- // setup tidypics settings object
- global $CONFIG;
- if (!isset($CONFIG->tidypics))
- $CONFIG->tidypics = new stdClass;
- include dirname(__FILE__) . "/settings.php";
-
/**