X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=about.pl;h=329618220fa22a019a4424774102439912673503;hb=7251a9339d8443ce7575fd7c1bb788aeff9c5673;hp=daf682950f3992673f632b89a57f3547e6c84574;hpb=b2b16fb8cf4bf89862eba6fc14d507dc79de4db7;p=koha_fer 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 = ();