Selaa lähdekoodia

Session save part 2

philippe_mingo 23 vuotta sitten
vanhempi
commit
4f66fff231
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/validate.php

+ 2 - 0
src/validate.php

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