-
-
-
-
+
-
-
-
-
+= ptzControls( $monitor ) ?>
diff --git a/web/skins/classic/views/control.php b/web/skins/classic/views/control.php index a9af1b29d..a219a93c3 100644 --- a/web/skins/classic/views/control.php +++ b/web/skins/classic/views/control.php @@ -50,8 +50,6 @@ require_once( ZM_SKIN_PATH.'/includes/control_functions.php' ); $sql = "select C.*,M.* from Monitors as M inner join Controls as C on (M.ControlId = C.Id ) where M.Id = '".$mid."'"; $monitor = dbFetchOne( $sql ); -$cmds = getControlCommands( $monitor ); - $focusWindow = true; xhtmlHeaders(__FILE__, $SLANG['Control'] ); @@ -71,36 +69,8 @@ xhtmlHeaders(__FILE__, $SLANG['Control'] );