* To reduce on errors, I moved the includes for config.php and strings.php
[squirrelmail.git] / src / validate.php
index 0594d8705ded3c83a1db3e995961728b6a9b6357..7added477318dfd7f4b3b0e4c6460615c3bb7b42 100644 (file)
    }
 
    session_start();
-   include ("../functions/auth.php");
+   include ('../functions/auth.php');
+   
+   // Everyone needs stuff from config, and config needs stuff from
+   // strings.php, so include them both here.
+   include ('../functions/strings.php');
+   include ('../config/config.php');
+   
    is_logged_in();