Browse Source

Session save part 2

philippe_mingo 23 years ago
parent
commit
4f66fff231
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/validate.php

+ 2 - 0
src/validate.php

@@ -11,6 +11,8 @@
 
 
 global $username, $attachment_dir;
 global $username, $attachment_dir;
 
 
+require_once('../functions/prefs.php');
+
 session_save_path( getHashedDir($username, $attachment_dir) );
 session_save_path( getHashedDir($username, $attachment_dir) );
 session_start();
 session_start();