Missing auth.php for redirect.php section was breaking fancy auth methods like digest-md5
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Oct 2006 18:28:54 +0000 (18:28 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Oct 2006 18:28:54 +0000 (18:28 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11827 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/init.php

index 0cecb1b552ab58608c3e733cd99e2cfab2750e74..1a5e00edb11089a2e818409754d2be9c7fbd5416 100644 (file)
@@ -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)) {