diff options
Diffstat (limited to 'packages/ntop/ntop.xml')
-rw-r--r-- | packages/ntop/ntop.xml | 4 |
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"); |