Update the name of the app-wide config file

This commit is contained in:
Chris 2016-12-29 23:45:42 +00:00
parent d6251fb708
commit 1f976b111b

View File

@ -139,7 +139,7 @@ sub load_language {
}
my $settings = Webperl::ConfigMicro -> new("../config/site.cfg")
my $settings = Webperl::ConfigMicro -> new("../config/config.cfg")
or die "Unable to open configuration file: ".$Webperl::SystemModule::errstr."\n";
die "No 'language' table defined in configuration, unable to proceed.\n"