From daa450ebbdd6a2f979952b10ea2e44ab4d110e3b Mon Sep 17 00:00:00 2001 From: kados Date: Tue, 3 Jul 2007 04:39:03 +0000 Subject: [PATCH] adding a warn to log why we're redirecting to installer --- C4/Auth.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Auth.pm b/C4/Auth.pm index 3db1400eb4..2be8ba98ee 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -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; } -- 2.20.1