Skip to content

Commit b3bad6a

Browse files
VikingGerconnortechnology
authored andcommitted
Update control_functions.php
The Reboot button was not shown without activating another one. Probably not intended so I did this micro adjustment
1 parent a04510d commit b3bad6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/skins/classic/includes/control_functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ function ptzControls($monitor) {
248248
</div>
249249
<?php
250250
}
251-
if ( $control->CanWake() || $control->CanSleep() || $control->CanReset() )
251+
if ( $control->CanWake() || $control->CanSleep() || $control->CanReset() || $control->CanReboot() )
252252
echo controlPower($monitor, $cmds);
253253
if ( $control->HasPresets() )
254254
echo controlPresets($monitor, $cmds);

0 commit comments

Comments
 (0)