Procházet zdrojové kódy

Added $session_name

tassium před 22 roky
rodič
revize
8ed30ed505
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      config/config_default.php

+ 4 - 0
config/config_default.php

@@ -529,6 +529,10 @@ global $imap_auth_mech;
 $smtp_auth_mech = 'none';
 $imap_auth_mech = 'plain';
 
+/* PHP session name.  Leave this alone unless you know what you are doing. */
+global $session_name;
+$session_name = 'SQMSESSID';
+
 /**
  * Make sure there are no characters after the PHP closing
  * tag below (including newline characters and whitespace).