From 8e8e50d510608d94e266e3c951349a45046dfc67 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 5 Jun 2009 11:26:42 +0000 Subject: added image sizes to settings and removed deprecated settings object --- start.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'start.php') 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"; - /** -- cgit v1.2.3