Path does not exist for ZM_PATH_SHUTDOWN. Current value is '.ZM_PATH_SHUTDOWN.'
';
+ } else {
+?>
+
';
- }
- if ( isset($_POST['when']) and ($_POST['when'] != 'NOW') and ($action != 'cancel') ) {
- echo '
You may cancel this shutdown by clicking '.translate('Cancel').'
';
- }
+ if ( isset($output) ) {
+ echo '
'.implode(' ', $output).'
';
+ }
+ if ( isset($_POST['when']) and ($_POST['when'] != 'NOW') and ($action != 'cancel') ) {
+ echo '
You may cancel this shutdown by clicking '.translate('Cancel').'
';
+ }
?>
Warning
This command will either shutdown or restart all ZoneMinder Servers
@@ -52,17 +60,20 @@ xhtmlHeaders(__FILE__, translate('Shutdown').' '.translate('Restart'));