# Default database driver prefix, is SQLite.
<<DBI_SOURCE<DBI:SQLite:>
# ProgresSQL DB driver. Remove -> '!' prefix to tag name, to enable, and override the above SQLite one.
-<<DBI_SOURCE<DBI:Pg:host=localhost;>
+<<!DBI_SOURCE<DBI:Pg:host=localhost;>
# LOG actual variable size limit, - 1024 default, 128 minimum value.
<<!DBI_LOG_VAR_SIZE<1024>
my $cgi = Settings::cgi();
my $sss = Settings::session();
my $sid = Settings::sid();
-my $dbname = Settings::dbname();
+my $dbname = Settings::dbName();
my $alias = Settings::alias();
my $passw = Settings::pass();
return;
}
+ #We log failed possible intruder access access
+ Settings::toLog($db,"User $alias, failed to authenticate!");
+
print $cgi->header( -expires => "+0s", -charset => "UTF-8" );
print $cgi->start_html(
-title => "Personal Log Login",