From a1e034a621780fee9398663e1966b18127dfe9fd Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Tue, 27 Dec 2011 22:19:57 +0100 Subject: Finished optimizing for now. Removed debug tools and new API. The API version was increased because during this optimization the db models became incompatible to the old ones. --- ratatoeskr/main.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ratatoeskr/main.php') diff --git a/ratatoeskr/main.php b/ratatoeskr/main.php index aa36201..df1672c 100644 --- a/ratatoeskr/main.php +++ b/ratatoeskr/main.php @@ -23,7 +23,6 @@ $plugin_objs = array(); function ratatoeskr() { global $backend_subactions, $ste, $url_handlers, $ratatoeskr_settings, $plugin_objs; - global $queries_fired; $ts_start = microtime(True); @@ -75,12 +74,6 @@ function ratatoeskr() foreach($plugin_objs as $plugin_obj) $plugin_obj->atexit(); $ratatoeskr_settings->save(); - - echo ""; } ?> -- cgit v1.2.3-54-g00ecf