Correct path to control functions
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2533 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
aa26ab7b18
commit
ccfc7acbae
|
@ -45,7 +45,7 @@ foreach( dbFetchAll( $sql ) as $row )
|
|||
$mids[$row['Id']] = $row['Name'];
|
||||
}
|
||||
|
||||
require_once( 'zm_control_funcs.php' );
|
||||
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 );
|
||||
|
|
Loading…
Reference in New Issue