浏览代码

This is no longer required as a call to checkForPrefs was added to
cachePrefValues, and cachePrefValues is called the first time a call
is made to getPref for a session. Basically, checkForPrefs no longer
needs to be called outside of functions/prefs.php.
----------------------------------------------------------------------

thomppj 23 年之前
父节点
当前提交
9cd0f8abb2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/redirect.php

+ 0 - 1
src/redirect.php

@@ -122,7 +122,6 @@ if (!session_is_registered('user_is_logged_in')) {
     session_register ('username');
     setcookie('key', $key, 0, $base_uri);
     do_hook ('login_verified');
-    checkForPrefs( $data_dir, $username);
 
 }