Removed unrequired Colours field
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2585 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
c4c376a656
commit
6880f9e2bb
|
@ -290,7 +290,6 @@ if ( $_REQUEST['tab'] != 'source' || ($newMonitor['Type'] != 'Remote' && $newMon
|
|||
<input type="hidden" name="newMonitor[Method]" value="<?= $newMonitor['Method'] ?>"/>
|
||||
<input type="hidden" name="newMonitor[Path]" value="<?= $newMonitor['Path'] ?>"/>
|
||||
<input type="hidden" name="newMonitor[SubPath]" value="<?= $newMonitor['SubPath'] ?>"/>
|
||||
<input type="hidden" name="newMonitor[Colours]" value="<?= $newMonitor['Colours'] ?>"/>
|
||||
<?php
|
||||
}
|
||||
if ( $_REQUEST['tab'] != 'source' )
|
||||
|
|
Loading…
Reference in New Issue