]> git.koha-community.org Git - koha.git/commit
Bug 8910 - silent warnings triggered in about.pl
authorMark Tompsett <mtompset@hotmail.com>
Fri, 12 Oct 2012 06:29:59 +0000 (14:29 +0800)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 27 Oct 2012 01:12:37 +0000 (14:12 +1300)
commit0cf95f9e8dd938cf0cf7d2abf2b89b8a97ff59fe
tree8dc5a55483da3e1b1f7e65ec187b77f4a10e84cc
parent4d9d883f6ffcfaff4b9ac1fbb09f8535fab7a43b
Bug 8910 - silent warnings triggered in about.pl

In order to detect the apache version, there are multiple
commands used. These may not all exist, which triggers error log
entries. By simply adding " 2> /dev/null", the errors are no
longer generated.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
about.pl