diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 00:32:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 00:32:29 +0000 |
commit | 5bcfa9d5619f131bae2598b164e83c7b71ea17d8 (patch) | |
tree | d681b6cffc5128b68d8ab1d6900286a968590028 /packages/tinydns/tinydns_sync.xml | |
parent | b03acd182fbda527e8d3100e9dd77e666a71c9bf (diff) | |
download | pfsense-packages-5bcfa9d5619f131bae2598b164e83c7b71ea17d8.tar.gz pfsense-packages-5bcfa9d5619f131bae2598b164e83c7b71ea17d8.tar.bz2 pfsense-packages-5bcfa9d5619f131bae2598b164e83c7b71ea17d8.zip |
* Correct (C) and filename in header
* Use tinydns_sync_on_changes();
Diffstat (limited to 'packages/tinydns/tinydns_sync.xml')
-rw-r--r-- | packages/tinydns/tinydns_sync.xml | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/packages/tinydns/tinydns_sync.xml b/packages/tinydns/tinydns_sync.xml index 142dc52c..c515b9b0 100644 --- a/packages/tinydns/tinydns_sync.xml +++ b/packages/tinydns/tinydns_sync.xml @@ -7,13 +7,9 @@ /* $Id$ */ /* ========================================================================== */ /* - authng.xml + tinydns_sync.xml part of pfSense (http://www.pfSense.com) - Copyright (C) 2007 to whom it may belong - All rights reserved. - - Based on m0n0wall (http://m0n0.ch/wall) - Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>. + Copyright (C) 2008 Scott Ullrich All rights reserved. */ /* ========================================================================== */ @@ -126,10 +122,6 @@ </field> </fields> <custom_php_resync_config_command> - tinydns_do_xmlrpc_sync($_POST['ipaddress'], $_POST['password']); - if($_POST['ipaddress2']) - tinydns_do_xmlrpc_sync($_POST['ipaddress2'], $_POST['password2']); - if($_POST['ipaddress3']) - tinydns_do_xmlrpc_sync($_POST['ipaddress3'], $_POST['password3']); + tinydns_sync_on_changes(); </custom_php_resync_config_command> </packagegui>
\ No newline at end of file |