summaryrefslogtreecommitdiffstats
path: root/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'login.php')
-rw-r--r--login.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/login.php b/login.php
index 7a370ed4..0311dc76 100644
--- a/login.php
+++ b/login.php
@@ -27,9 +27,9 @@
*/
$no_session = true;
-require_once("modules/init.php");
+require_once('modules/init.php');
vauth_session_cookie();
-set_site_preferences();
+init_preferences();
/* Check for posted username and password */
if ($_POST['username'] && $_POST['password']) {