aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-12 03:53:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-12 03:53:47 +0000
commitc8c066c37b0e9d2d07ebc1a4bb239e26e9db7c56 (patch)
tree897dfc4283190f7f48792a839643f79e15f387df /packages
parentcd8119e27524739e96e84fe56d34c1fb47ab301c (diff)
downloadpfsense-packages-c8c066c37b0e9d2d07ebc1a4bb239e26e9db7c56.tar.gz
pfsense-packages-c8c066c37b0e9d2d07ebc1a4bb239e26e9db7c56.tar.bz2
pfsense-packages-c8c066c37b0e9d2d07ebc1a4bb239e26e9db7c56.zip
Remove CDATA
Diffstat (limited to 'packages')
-rw-r--r--packages/ntop/ntop.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/ntop/ntop.xml b/packages/ntop/ntop.xml
index bdbd2f76..bc01e46f 100644
--- a/packages/ntop/ntop.xml
+++ b/packages/ntop/ntop.xml
@@ -98,7 +98,6 @@
</field>
</fields>
<custom_php_global_functions>
- <![CDATA[
function sync_package_ntop() {
conf_mount_rw();
config_lock();
@@ -142,7 +141,6 @@
conf_mount_ro();
config_unlock();
}
- ]]>
</custom_php_global_functions>
<custom_add_php_command>
sync_package_ntop();