Automatically redirect to logout page if session seems to be expired
[infodrom/hallinta] / config.php.template
index fa3c0a7..7aa11a1 100644 (file)
@@ -4,11 +4,20 @@ define('TITLE', 'Infodrom Administration');
 define('PAGETITLE', 'Infodrom Hallinta');
 
 define('SESSION_NAME', 'HALLINTA');
+# Cookie path, defaults to /
+# define('SESSION_PATH', '/hallinta/');
+# Cookie lifetime, defaults to 24 hours
+# define('SESSION_LIFETIME', 60*60*2);
 
 # defaults to images/login.jpg
 # define('LOGIN_IMG', 'images/login_neu.jpg');
 
+# Additional CSS for the instance
+# define('PATH_CSS', 'custom.css');
 
+
+define('DBDRIVER', 'pgsql');
+define('DBDRIVER', 'mysql');
 define('DBHOST', 'hostname');
 define('DBNAME', 'infodrom');
 define('DBUSER', 'username');