Files
bpfire/html/cgi-bin
Joern-Ingo Weigert 62a13aec4c 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>
2013-04-24 17:27:44 +02:00
..
2008-02-05 19:22:05 +00:00
2007-10-03 15:37:50 +00:00
2012-11-06 11:44:45 +01:00
2011-01-22 18:54:31 +01:00
2013-02-02 09:57:14 +01:00
2013-02-05 02:10:50 +01:00
2008-03-08 11:26:56 +00:00
2011-02-18 20:31:19 +01:00
2013-03-18 20:26:38 +01:00
2010-09-30 23:53:55 +02:00
2010-12-02 16:30:11 +01:00
2007-10-05 13:58:50 +00:00