From bae674846de49befa342de2d194e4122a7a146d4 Mon Sep 17 00:00:00 2001 From: stan Date: Tue, 24 Sep 2002 12:29:53 +0000 Subject: [PATCH] Fixed video. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@62 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/zm.php b/web/zm.php index 9138775f2..ada516b80 100644 --- a/web/zm.php +++ b/web/zm.php @@ -1540,7 +1540,7 @@ elseif( $view == "video" ) fputs( $fp, "END_INPUT\n" ); fclose( $fp ); - exec( escapeshellcmd( MPEG_ENCODE_PATH." $param_file >$event_dir/mpeg.log" ) ); + exec( MPEG_ENCODE_PATH." $param_file >$event_dir/mpeg.log" ); } //chdir( $event_dir );