]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Increased session time,
authorMetabox <redacted>
Mon, 22 Apr 2019 17:36:17 +0000 (03:36 +1000)
committerMetabox <redacted>
Mon, 22 Apr 2019 17:36:17 +0000 (03:36 +1000)
htdocs/cgi-bin/login_ctr.cgi

index 80ac675b4d5df15749b889b83d5728a373e56f7b..91ad52b3090d2f5f693cb8d5d01899dbe66697c2 100755 (executable)
@@ -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.");