From: Metabox Date: Mon, 22 Apr 2019 17:36:17 +0000 (+1000) Subject: Increased session time, X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=debb2368e416eba293b3b4f86f407265020cfafa;p=LifeLog.git Increased session time, --- diff --git a/htdocs/cgi-bin/login_ctr.cgi b/htdocs/cgi-bin/login_ctr.cgi index 80ac675..91ad52b 100755 --- a/htdocs/cgi-bin/login_ctr.cgi +++ b/htdocs/cgi-bin/login_ctr.cgi @@ -22,7 +22,7 @@ our $REC_LIMIT = 25; our $TIME_ZONE = 'Australia/Sydney'; our $PRC_WIDTH = '60'; our $LOG_PATH = '../../dbLifeLog/'; -our $SESSN_EXPR = '+12m'; +our $SESSN_EXPR = '+30m'; our $RELEASE_VER = '1.3'; #END OF SETTINGS @@ -145,7 +145,7 @@ try{ $rv = $db->do($stmt); $st = $db->prepare('INSERT INTO CAT VALUES (?,?,?)'); - $st->execute(1,"Unspecified", "For quick uncategories entries."); + $st->execute(1,"Unspecified", "For quick uncategorised entries."); $st->execute(3,"File System", "Operating file system short log."); $st->execute(6,"System Log", "Operating system inportant log."); $st->execute(9,"Event", "Event that occured, meeting, historical important.");