From a368a026db2e79ef7c48f5db0fbff27da5468c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Tue, 30 Jun 2009 17:11:30 +0000 Subject: * Reorganize the 'apply' button infrustructure in the GUI. - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification --- usr/local/www/vpn_ipsec_phase1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/vpn_ipsec_phase1.php') diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php index 36e1924..b92d18e 100644 --- a/usr/local/www/vpn_ipsec_phase1.php +++ b/usr/local/www/vpn_ipsec_phase1.php @@ -321,7 +321,7 @@ if ($_POST) { } } write_config(); - touch($d_ipsecconfdirty_path); + mark_subsystem_dirty('ipsec'); header("Location: vpn_ipsec.php"); exit; -- cgit v1.1