aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ntop
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ntop')
-rw-r--r--packages/ntop/ntop.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ntop/ntop.xml b/packages/ntop/ntop.xml
index 23175507..57156d71 100644
--- a/packages/ntop/ntop.xml
+++ b/packages/ntop/ntop.xml
@@ -23,7 +23,7 @@
<fielddescr>NTOP Admin Password AGAIN</fielddescr>
<fieldname>passwordagain</fieldname>
<type>input</type>
- </field>
+ </field>
</fields>
<custom_add_php_command>
if($_POST['password'] == $_POST['passwordagain']) {
@@ -37,7 +37,7 @@
</custom_add_php_command>
<custom_deinstall_php_command>
mwexec("/usr/bin/killall ntop");
- </custom_deinstall_php_command>
+ </custom_deinstall_php_command>
<custom_php_install_command>
system("rm /usr/local/etc/rc.d/ntop.sh");
$fout = fopen("/usr/local/etc/rc.d/ntop.sh","w");