]> lifelog.hopto.org Git - LifeLog.git/commitdiff
minor
authorWill Budic <redacted>
Sun, 5 Jan 2020 07:42:38 +0000 (18:42 +1100)
committerWill Budic <redacted>
Sun, 5 Jan 2020 07:42:38 +0000 (18:42 +1100)
htdocs/cgi-bin/login_ctr.cgi

index d0e7b01bb11012e76ee23aadc9534fccc9813948..0de10bf668be2765d1feb38612727d9d02cc6e88 100755 (executable)
@@ -19,7 +19,7 @@ use Text::CSV;
 #DEFAULT SETTINGS HERE!
 our $REC_LIMIT   = 25;
 our $TIME_ZONE   = 'Australia/Sydney';
-our $LANGUAGE     = 'English';
+our $LANGUAGE   = 'English';
 our $PRC_WIDTH   = '70';
 our $LOG_PATH    = '../../dbLifeLog/';
 our $SESSN_EXPR  = '+30m';
@@ -443,7 +443,7 @@ $err .= "Invalid, spec'ed {uid}|{category}`{description}-> $line\n";
       print $cgi->header;
       print "<font color=red><b>SERVER ERROR!</b></font><br> ".$_."<br><pre>$err</pre>";
       print $cgi->end_html;
-        exit;
+      exit;
  }
 }