From: philippe_mingo Date: Fri, 18 Jan 2002 09:23:46 +0000 (+0000) Subject: Test over X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=80f057cadcd4a5f51217fbd063a5cad18856cce4 Test over git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2157 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/validate.php b/src/validate.php index f246954a..655e70cc 100644 --- a/src/validate.php +++ b/src/validate.php @@ -9,11 +9,6 @@ * $Id$ */ -require_once('../config/config.php'); -require_once('../functions/prefs.php'); -global $username, $attachment_dir; - -session_save_path( getHashedDir($username, $attachment_dir) ); session_start(); require_once('../functions/i18n.php'); @@ -66,6 +61,7 @@ if (isset($send) * Include them down here instead of at the top so that all config * variables overwrite any passed in variables (for security). */ +require_once('../config/config.php'); require_once('../src/load_prefs.php'); require_once('../functions/page_header.php'); require_once('../functions/prefs.php');