From d10e0993b5afba5e50e2dada02f910d12ce67496 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Apr 2013 19:17:23 +0400 Subject: fix plugins/mobile --- plugins/mobile/index.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/mobile/index.php') diff --git a/plugins/mobile/index.php b/plugins/mobile/index.php index 7154ebdc2..9e9c339e3 100644 --- a/plugins/mobile/index.php +++ b/plugins/mobile/index.php @@ -16,10 +16,6 @@ require_once "config.php"; require_once "mobile-functions.php"; - $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); - - init_plugins($link); - login_sequence(true); ?>