]> lifelog.hopto.org Git - LifeLog.git/commitdiff
REL. V.2.4
authorwbudic <redacted>
Thu, 19 Aug 2021 23:36:28 +0000 (09:36 +1000)
committerwbudic <redacted>
Thu, 19 Aug 2021 23:36:28 +0000 (09:36 +1000)
dbLifeLog/main.cnf
htdocs/cgi-bin/system/modules/Settings.pm

index 07f0a3ed265d8e80abca72ec26d901c774275c33..b44cc6e0348237a58e5b1b525e8efb6e89dd73be 100644 (file)
@@ -8,7 +8,7 @@ This is an Open Source License project -> https://choosealicense.com/licenses/is
 <<AUTO_LOGIN<>>>
 # BACKUP_ENABLED -> Enable (1), disable (0) backups to be restored from config page.
 <<BACKUP_ENABLED<1>>>
-<<LOGOUT_IFRAME_ENABLED<false>>>
+<<LOGOUT_IFRAME_ENABLED<true>>>
 <<LOGOUT_RELOGIN_TXT<Log me In Again>>>
 
 # Default database driver prefix, is SQLite.
@@ -62,7 +62,7 @@ BankingPlugin->banking.pl
 # Use/see anon properties before, enabling changing settings from this actual config file.
 #
 <<CONFIG<4>
-00|$RELEASE_VER = 2.3`LifeLog Application Version.
+00|$RELEASE_VER = 2.4`LifeLog Application Version.
 01|$REC_LIMIT   = 25`Records shown per page.
 03|$TIME_ZONE   = Australia/Sydney`Time zone of your country and city.
 05|$PRC_WIDTH   = 80`Default presentation width for pages.
index db12f09e5d82b4a923179fcaa5834a1c6017a414..f278ed850b9f79d223b78d68713a4e82c42bde1d 100644 (file)
@@ -56,7 +56,7 @@ use constant META => '^CONFIG_META';
 
 
 # DEFAULT SETTINGS HERE! These settings kick in if not found in config file. i.e. wrong config file or has been altered, things got missing.
-our $RELEASE_VER  = '2.3';
+our $RELEASE_VER  = '2.4';
 our $TIME_ZONE    = 'Australia/Sydney';
 our $LANGUAGE     = 'English';
 our $PRC_WIDTH    = '60';