aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.php
diff options
context:
space:
mode:
authorroot2014-10-28 00:52:21 +0100
committerroot2014-10-28 00:52:21 +0100
commit25610c0ccb4c7c99fe0d6d82d6738dbcc40d05e3 (patch)
tree1c4fdcee0fb7b28ca330effbcc3334de3979d555 /bootstrap.php
parentfe229655401abfa5aea2dc6c8830c8b9ed71aa64 (diff)
downloadjungegemeinde-25610c0ccb4c7c99fe0d6d82d6738dbcc40d05e3.tar.gz
v4.2 Sortable table + other improvements.
Diffstat (limited to 'bootstrap.php')
-rw-r--r--bootstrap.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.php b/bootstrap.php
index ed260d9..098288b 100644
--- a/bootstrap.php
+++ b/bootstrap.php
@@ -1,5 +1,5 @@
<?php
-### loads the vfs environment
+### loads the jg-environment
require_once( dirname(__FILE__) . '/config.php');
@@ -28,6 +28,8 @@ if ( ! defined('DOMAIN') )
# define session name
if ( ! defined('SESSION') )
define('SESSION', 'JGSID');
+if ( ! defined('SESSION_LIFETIME') )
+ define('SESSION_LIFETIME', 1800);
# define include path for class files
if ( ! defined('INCLASS') )