summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 17:00:24 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 17:00:35 +0400
commiteefaa2df381686f771396baae2d0ae71b345c2e7 (patch)
tree767f9d583e38a27c0150854fcb1b02c2cd507aa2 /prefs.php
parent6322ac79a020ab584d412d782d62b2ee77d7c6cf (diff)
remove db_connect, db_close; CLI fixes
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/prefs.php b/prefs.php
index 54d5ebad8..826728315 100644
--- a/prefs.php
+++ b/prefs.php
@@ -20,8 +20,6 @@
require_once "config.php";
require_once "db-prefs.php";
- $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
-
if (!init_plugins()) return;
login_sequence();
@@ -154,7 +152,5 @@
</div>
-<?php db_close(); ?>
-
</body>
</html>