Improve session creation

This commit is contained in:
Frédéric Guillot
2014-02-27 19:37:16 -05:00
parent 2f6b9353d5
commit e3ff52ad89
4 changed files with 25 additions and 4 deletions

View File

@@ -9,5 +9,8 @@ if (file_exists('config.php')) require 'config.php';
// Auto-refresh frequency in seconds for the public board view
defined('AUTO_REFRESH_DURATION') or define('AUTO_REFRESH_DURATION', 60);
// Custom session save path
defined('SESSION_SAVE_PATH') or define('SESSION_SAVE_PATH', '');
$router = new Router;
$router->execute();