#!/usr/local/bin/perl # Stop and then re-start the iSCSI server process use strict; use warnings; require './iscsi-server-lib.pl'; our (%text); &error_setup($text{'restart_err'}); my $err = &restart_iscsi_server(); &error("".&html_escape($err)."") if ($err); &webmin_log("restart"); &redirect("");