remove call of undefined "fixDevices" function
parent
1e13211f02
commit
28f62c4f8f
|
@ -550,7 +550,7 @@ if ( !empty($action) )
|
|||
if ( $restart )
|
||||
{
|
||||
$monitor = dbFetchOne( "select * from Monitors where Id = ?", NULL, array($mid) );
|
||||
fixDevices();
|
||||
//fixDevices();
|
||||
//if ( $cookies )
|
||||
//session_write_close();
|
||||
if ( daemonCheck() )
|
||||
|
|
Loading…
Reference in New Issue