diff options
author | Scott Ullrich <sullrich@G5.local> | 2009-10-27 16:29:10 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@G5.local> | 2009-10-27 16:29:10 -0400 |
commit | 84c595a7e87439865edc8d77143f7737df4eb720 (patch) | |
tree | 6d8e1cba3c86225101e0c1710708799f64841199 /config/autoconfigbackup | |
parent | fc9248de4826ae2f58546f0b1329f6127fff5f9d (diff) | |
download | pfsense-packages-84c595a7e87439865edc8d77143f7737df4eb720.tar.gz pfsense-packages-84c595a7e87439865edc8d77143f7737df4eb720.tar.bz2 pfsense-packages-84c595a7e87439865edc8d77143f7737df4eb720.zip |
Silence errors /etc/inc/xmlparse.inc on line 68 Warning: XMLReader::read(): SE in
/etc/inc/xmlparse.inc on line 68 Warning: XMLReader::read(): ^ in
/etc/inc/xmlparse.inc on line 68 Warning: XMLReader::read(): An Error
Diffstat (limited to 'config/autoconfigbackup')
-rw-r--r-- | config/autoconfigbackup/autoconfigbackup.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/autoconfigbackup/autoconfigbackup.xml b/config/autoconfigbackup/autoconfigbackup.xml index 38a05c88..8b901b67 100644 --- a/config/autoconfigbackup/autoconfigbackup.xml +++ b/config/autoconfigbackup/autoconfigbackup.xml @@ -142,10 +142,6 @@ <custom_php_validation_command> custom_php_validation_command($_POST, &$input_errors); </custom_php_validation_command> - <custom_php_global_functions> - </custom_php_global_functions> - <custom_add_php_command> - </custom_add_php_command> <custom_php_resync_config_command> <![CDATA[ exec("echo > /cf/conf/lastpfSbackup.txt"); @@ -157,8 +153,4 @@ $savemsg .= "A configuration backup has been queued."; ]]> </custom_php_resync_config_command> - <custom_php_install_command> - </custom_php_install_command> - <custom_php_deinstall_command> - </custom_php_deinstall_command> </packagegui> |