Fixed incorrect use of global
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2536 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
f5c2733fb1
commit
76345804e1
|
@ -43,7 +43,7 @@ xhtmlHeaders(__FILE__, $SLANG['MonitorPreset'] );
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<form name="contentForm" id="contentForm" method="post" action="<?= $_SERVER['PHP_SELF'] ?>">
|
<form name="contentForm" id="contentForm" method="post" action="<?= $_SERVER['PHP_SELF'] ?>">
|
||||||
<input type="hidden" name="view" value="none"/>
|
<input type="hidden" name="view" value="none"/>
|
||||||
<input type="hidden" name="mid" value="<?= $mid ?>/">
|
<input type="hidden" name="mid" value="<?= $_REQUEST['mid'] ?>"/>
|
||||||
<p>
|
<p>
|
||||||
<?= $SLANG['MonitorPresetIntro'] ?>
|
<?= $SLANG['MonitorPresetIntro'] ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue