diff options
-rw-r--r-- | ratatoeskr/main.php | 4 |
1 files changed, 0 insertions, 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) |