diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ else { * */ +session_set_cookie_params(300,'/',$a->get_hostname(),(($_SERVER['HTTPS']) ? true : false),true); session_start(); /** |