From: Will Budic Date: Tue, 25 Feb 2020 05:45:23 +0000 (+1100) Subject: Fixed timestamp. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=a32736aac0075766376156d45b491905e370210c;p=LifeLog.git Fixed timestamp. --- diff --git a/htdocs/cgi-bin/system/modules/Settings.pm b/htdocs/cgi-bin/system/modules/Settings.pm index d2889ab..2b33969 100644 --- a/htdocs/cgi-bin/system/modules/Settings.pm +++ b/htdocs/cgi-bin/system/modules/Settings.pm @@ -12,12 +12,10 @@ use Exception::Class ('SettingsException'); use Syntax::Keyword::Try; use DBI; -use DateTime::Format::SQLite; #This is the default developer release key, replace on istallation. As it is not secure. use constant CIPHER_KEY => '95d7a85ba891da'; - #DEFAULT SETTINGS HERE! our $RELEASE_VER = '1.8'; our $TIME_ZONE = 'Australia/Sydney';