]> git.mxchange.org Git - mailer.git/blobdiff - inc/session.php
Mahor rewrite:
[mailer.git] / inc / session.php
index 46dd7e3913f8339919befcbe03e89bc6542f9e49..89f370509a5f096617172ac9b74247dd037bd69f 100644 (file)
@@ -46,9 +46,9 @@ if (empty($VIEW))  $VIEW  = 0;
 if (($VIEW == 1) && ($_SERVER['PHP_SELF'])) return;
 
 // Set session save path if set
-if (!empty($_CONFIG['session_save_path'])) {
+if (getConfig('session_save_path') != "") {
        // Please make sure this valid!
-       @session_save_path($_CONFIG['session_save_path']);
+       @session_save_path(getConfig('session_save_path'));
 } // END - if
 
 // Start the session