X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=about.pl;h=329618220fa22a019a4424774102439912673503;hb=722701d59644a2963cb4e7b326aa6287941cd483;hp=daf682950f3992673f632b89a57f3547e6c84574;hpb=612b12f41ba59a6508fcbf306be66455a6f0012b;p=koha.git diff --git a/about.pl b/about.pl index daf682950f..329618220f 100755 --- a/about.pl +++ b/about.pl @@ -72,6 +72,8 @@ my $warnPrefEasyAnalyticalRecords = ( $prefEasyAnalyticalRecords && $prefUseCo my $errZebraConnection = C4::Context->Zconn("biblioserver",0)->errcode(); +my $warnIsRootUser = (! $loggedinuser); + $template->param( kohaVersion => $kohaVersion, osVersion => $osVersion, @@ -87,6 +89,7 @@ $template->param( warnPrefBiblioAddsAuthorities => $warnPrefBiblioAddsAuthorities, warnPrefEasyAnalyticalRecords => $warnPrefEasyAnalyticalRecords, errZebraConnection => $errZebraConnection, + warnIsRootUser => $warnIsRootUser, ); my @components = ();