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_captiveportal_ip.php | 1 - 1 file changed, 1 deletion(-) (limited to 'usr/local/www/services_captiveportal_ip.php') diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php index 1296909..093c3a7 100755 --- a/usr/local/www/services_captiveportal_ip.php +++ b/usr/local/www/services_captiveportal_ip.php @@ -42,7 +42,6 @@ require("guiconfig.inc"); if (!is_array($config['captiveportal']['allowedip'])) $config['captiveportal']['allowedip'] = array(); -allowedips_sort(); $a_allowedips = &$config['captiveportal']['allowedip'] ; if ($_POST) { -- cgit v1.1