From 0d64af597505a0e9c21d48669aafc8e1448b102b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Tue, 30 Jun 2009 18:15:14 +0000 Subject: Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed. Remove some sort functions not used. --- usr/local/www/services_proxyarp.php | 1 - 1 file changed, 1 deletion(-) (limited to 'usr/local/www/services_proxyarp.php') diff --git a/usr/local/www/services_proxyarp.php b/usr/local/www/services_proxyarp.php index c93d51d..d02c2d6 100755 --- a/usr/local/www/services_proxyarp.php +++ b/usr/local/www/services_proxyarp.php @@ -44,7 +44,6 @@ require("guiconfig.inc"); if (!is_array($config['proxyarp']['proxyarpnet'])) { $config['proxyarp']['proxyarpnet'] = array(); } -proxyarp_sort(); $a_proxyarp = &$config['proxyarp']['proxyarpnet']; if ($_POST) { -- cgit v1.1