remove db_connect, db_close; CLI fixes
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
|
||||
$action = $_REQUEST["action"];
|
||||
|
||||
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
|
||||
|
||||
if (!init_plugins()) return;
|
||||
|
||||
if ($_REQUEST["format"] == "feed") {
|
||||
|
||||
Reference in New Issue
Block a user