adding a warn to log why we're redirecting to installer
This commit is contained in:
parent
1ff21167ce
commit
daa450ebbd
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ sub checkauth {
|
|||
|
||||
my $dbh = C4::Context->dbh;
|
||||
unless (C4::Context->preference('Version')){
|
||||
warn "No Version string in sysprefs, redirecting to Installer";
|
||||
print $query->redirect("/cgi-bin/koha/installer/install.pl");
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue