Removing average loan period processing.
[srvgit] / about.pl
index 6b2ebc5..b57e36f 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -21,9 +21,10 @@ my ($template, $loggedinuser, $cookie)
 
 my $kohaVersion = C4::Context->config("kohaversion");
 my $osVersion = `uname -a`;
-my $perlVersion = `perl -v`;
+my $perlVersion = $];
 my $mysqlVersion = `mysql -V`;
-my $apacheVersion =  `httpd -V`;
+my $apacheVersion =  `httpd -v`;
+$apacheVersion =  `httpd2 -v` unless $apacheVersion;
 
 $template->param(
                                        kohaVersion => $kohaVersion,