aboutsummaryrefslogtreecommitdiffstats
path: root/config/dansguardian/dansguardian_sync.xml
diff options
context:
space:
mode:
authormarcelloc <marcellocoutinho@gmail.com>2012-01-27 19:58:52 -0200
committermarcelloc <marcellocoutinho@gmail.com>2012-01-27 19:58:52 -0200
commit29fa50e4657e5f999b065f6fd4d3ebc67838139b (patch)
tree5a2a506ae6d33fa542e7bde3cf9aa394ea436723 /config/dansguardian/dansguardian_sync.xml
parent0dd332c1958b4c59c27b304e89383d1ced90e2d7 (diff)
downloadpfsense-packages-29fa50e4657e5f999b065f6fd4d3ebc67838139b.tar.gz
pfsense-packages-29fa50e4657e5f999b065f6fd4d3ebc67838139b.tar.bz2
pfsense-packages-29fa50e4657e5f999b065f6fd4d3ebc67838139b.zip
dansguardian - more typo fixes
Diffstat (limited to 'config/dansguardian/dansguardian_sync.xml')
-rwxr-xr-xconfig/dansguardian/dansguardian_sync.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/dansguardian/dansguardian_sync.xml b/config/dansguardian/dansguardian_sync.xml
index 22e4a879..f2b9d2e3 100755
--- a/config/dansguardian/dansguardian_sync.xml
+++ b/config/dansguardian/dansguardian_sync.xml
@@ -94,7 +94,7 @@
<type>listtopic</type>
</field>
<field>
- <fielddescr>Automatically sync mailscanner configuration changes</fielddescr>
+ <fielddescr>Automatically sync dansguardian configuration changes</fielddescr>
<fieldname>synconchanges</fieldname>
<description>pfSense will automatically sync changes to the hosts defined below.</description>
<type>checkbox</type>
@@ -122,15 +122,15 @@
</field>
</fields>
<custom_php_install_command>
- mailscanner_php_install_command();
+ dansguardian_php_install_command();
</custom_php_install_command>
<custom_php_deinstall_command>
- mailscanner_php_deinstall_command();
+ dansguardian_php_deinstall_command();
</custom_php_deinstall_command>
<custom_php_validation_command>
- mailscanner_validate_input($_POST, &amp;$input_errors);
+ dansguardian_validate_input($_POST, &amp;$input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
- sync_package_mailscanner();
+ sync_package_dansguardian();
</custom_php_resync_config_command>
</packagegui>