From eefaa2df381686f771396baae2d0ae71b345c2e7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Apr 2013 17:00:24 +0400 Subject: remove db_connect, db_close; CLI fixes --- index.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index cb95b96f0..d8b584071 100644 --- a/index.php +++ b/index.php @@ -30,8 +30,6 @@ $mobile = new Mobile_Detect(); - $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); - if (!init_plugins()) return; global $pluginhost; @@ -285,7 +283,5 @@ - - -- cgit v1.2.3-54-g00ecf