From eb5f8764eebd5149ff4472d5a646943b9524f6b9 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 18 Feb 2012 13:11:21 +0100 Subject: setup() function was not needed in main.php --- ratatoeskr/main.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ratatoeskr/main.php b/ratatoeskr/main.php index dee6d8d..2a424e7 100644 --- a/ratatoeskr/main.php +++ b/ratatoeskr/main.php @@ -48,11 +48,7 @@ function _ratatoeskr() $ts_start = microtime(True); session_start(); - if(!CONFIG_FILLED_OUT) - return setup(); - db_connect(); - clean_database(); if(PLUGINS_ENABLED) -- cgit v1.2.3-54-g00ecf