summaryrefslogtreecommitdiffstats
path: root/public/index.php
diff options
context:
space:
mode:
authormichael pereira2011-04-12 16:39:18 +0200
committermichael pereira2011-04-12 16:39:18 +0200
commitef0d7eaca3b82c5abf2e06fd94ffcf3a9c749e2b (patch)
treed802c27bbd572dab75cb49fe2307abfba24d70b2 /public/index.php
parentResource controller fix (diff)
parentRechte können nun wieder bei Rollen hinzugefügt und gelöscht werden, alle ... (diff)
downloadpbs2-ef0d7eaca3b82c5abf2e06fd94ffcf3a9c749e2b.tar.gz
pbs2-ef0d7eaca3b82c5abf2e06fd94ffcf3a9c749e2b.tar.xz
pbs2-ef0d7eaca3b82c5abf2e06fd94ffcf3a9c749e2b.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 2848b9a..02d355e 100644
--- a/public/index.php
+++ b/public/index.php
@@ -24,7 +24,6 @@ APPLICATION_PATH . '/configs/application.ini'
// Set Session lifetime
Zend_Session::setOptions(array('cookie_lifetime' => '3600'));
-Zend_Session::setOptions(array('gc_maxlifetime' => '3600'));
// Run bootstrap
$application->bootstrap()