Start zmaudit if fast delete.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@186 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
be1603839b
commit
f5a2898ba6
|
@ -45,6 +45,10 @@ switch( $view )
|
|||
case "console" :
|
||||
{
|
||||
daemonControl( 'check' );
|
||||
if ( FAST_DELETE )
|
||||
{
|
||||
daemonControl( 'start', 'zmaudit.pl' );
|
||||
}
|
||||
|
||||
header("Refresh: ".REFRESH_MAIN."; URL='$PHP_SELF'" );
|
||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
|
||||
|
|
Loading…
Reference in New Issue