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:
stan 2002-12-11 22:44:52 +00:00
parent be1603839b
commit f5a2898ba6
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ switch( $view )
case "console" : case "console" :
{ {
daemonControl( 'check' ); daemonControl( 'check' );
if ( FAST_DELETE )
{
daemonControl( 'start', 'zmaudit.pl' );
}
header("Refresh: ".REFRESH_MAIN."; URL='$PHP_SELF'" ); header("Refresh: ".REFRESH_MAIN."; URL='$PHP_SELF'" );
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past