diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2007-05-12 11:02:27 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2007-05-12 11:02:27 +0000 |
commit | 577a5a3423d4298dd5fcd3e38934e79205ac2428 (patch) | |
tree | 506fe71c42aa3b504ffdc5f96f2e458058c28b2d /www-ssl/inc/header.php | |
parent | c42fbffb309677caef908ce2615ff68cf731eb62 (diff) |
aenderungen vom 23c3
git-svn-id: svn://svn.cccv.de/engel-system@229 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc/header.php')
-rwxr-xr-x | www-ssl/inc/header.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-ssl/inc/header.php b/www-ssl/inc/header.php index c6be4957..55459c3a 100755 --- a/www-ssl/inc/header.php +++ b/www-ssl/inc/header.php @@ -1,4 +1,6 @@ <?PHP +ini_set( "session.gc_maxlifetime", "65535"); + include ("./inc/config.php"); include ("./inc/error_handler.php"); include ("./inc/config_db.php"); |