diff options
-rw-r--r-- | FS/FS/part_export/www_shellcommands.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/www_shellcommands.pm b/FS/FS/part_export/www_shellcommands.pm index e90120ec9..36da93a88 100644 --- a/FS/FS/part_export/www_shellcommands.pm +++ b/FS/FS/part_export/www_shellcommands.pm @@ -39,8 +39,8 @@ Run remote commands via SSH, for virtual web sites. You will need to <LI> <INPUT TYPE="button" VALUE="ISPMan CLI" onClick=' this.form.user.value = "root"; - this.form.useradd.value = "/usr/local/ispman/ispman.addvhost -d $domain $zone"; - this.form.userdel.value = "/usr/local/ispman/idpman.deletevhost -d $domain $zone"; + this.form.useradd.value = "/usr/local/ispman/bin/ispman.addvhost -d $domain $zone"; + this.form.userdel.value = "/usr/local/ispman/bin/ispman.deletevhost -d $domain $zone"; this.form.usermod.value = ""; '> </UL> |