From d5ae560d8396f81a6f73667bf53df046b71ace35 Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 3 May 2010 18:14:27 +0000 Subject: Ticket #565. Correct deleting passthru mac entries. revert back to always allow a passthru mac as with allowed ips. Remove the check during login for passthru mac entries they will never make it to the login page. --- usr/local/www/services_captiveportal_mac_edit.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr/local/www/services_captiveportal_mac_edit.php') diff --git a/usr/local/www/services_captiveportal_mac_edit.php b/usr/local/www/services_captiveportal_mac_edit.php index 89e2757..ac7b341 100755 --- a/usr/local/www/services_captiveportal_mac_edit.php +++ b/usr/local/www/services_captiveportal_mac_edit.php @@ -120,8 +120,6 @@ if ($_POST) { write_config(); - mark_subsystem_dirty('passthrumac'); - header("Location: services_captiveportal_mac.php"); exit; } -- cgit v1.1