Browse Source

Missing auth.php for redirect.php section was breaking fancy auth methods like digest-md5

tassium 19 years ago
parent
commit
748709f9aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/init.php

+ 1 - 0
include/init.php

@@ -334,6 +334,7 @@ switch ($sInitLocation) {
          * plugins use own pref files.
          */
         require(SM_PATH . 'functions/prefs.php');
+        require(SM_PATH . 'functions/auth.php');
         /* hook loads custom prefs backend plugins */
         $prefs_backend = do_hook_function('prefs_backend');
         if (isset($prefs_backend) && !empty($prefs_backend) && file_exists(SM_PATH . $prefs_backend)) {