]> git.ipfire.org Git - ipfire-2.x.git/commit - html/cgi-bin/services.cgi
services.cgi: Fix for depreciate-warning in httpd/error_log
authorJoern-Ingo Weigert <jiweigert@ipfire.org>
Wed, 24 Apr 2013 15:27:44 +0000 (17:27 +0200)
committerJoern-Ingo Weigert <jiweigert@ipfire.org>
Wed, 24 Apr 2013 15:27:44 +0000 (17:27 +0200)
commit62a13aec4ca768fcb03b8639e6c5ad1596a19ccd
treeea1bfa5d377adb44894616d9859d37fb67fe36a6
parent9235b5c54bcfb465c5be7958c8e7e564b8bcc2d4
services.cgi: Fix for depreciate-warning in httpd/error_log

This patch fixes the depreciate warning in /var/log/httpd/error_log
not to use a hash as reference

So I changed:
[...]
print %link->{$key}
[...]

To:
[...]
print $link{link}
[...]

which solves the warning and should be good in future.

Joern-Ingo Weigert <jiweigert@ipfire.org>
html/cgi-bin/services.cgi