From e5b36ce0a790d9e7abe164ca6f7bbb7c7d3c7c25 Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 2 Jan 2003 16:57:39 +0000 Subject: [PATCH] Made ZMS dir the full event path. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@227 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zmconfig.php.z | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/zmconfig.php.z b/web/zmconfig.php.z index 7072cf48a..d4db52f2b 100644 --- a/web/zmconfig.php.z +++ b/web/zmconfig.php.z @@ -28,7 +28,7 @@ define( "ZM_PATH", "@prefix@/bin" ); // Path to the general ZoneMonitor execut define( "ZMU_PATH", ZM_PATH."/zmu" ); // Path to the ZoneMinder Utility define( "ZMS_PATH", "/cgi-bin/zms" ); // Path to the ZoneMinder Stream server define( "EVENT_PATH", "events" ); // Local path to where events directory lives -define( "ZMS_EVENT_PATH", "/data/zm" ); // Full path (not web) to where events directory lives +define( "ZMS_EVENT_PATH", "@webdir@" ); // Full path (not web) to where events directory lives define( "CAMBOZOLA_PATH", "cambozola.jar" ); // Path to (optional) cambozola java streaming client (recommended) define( "MPEG_ENCODE_PATH", "./mpeg_encode" ); // Path to (optional) mpeg video encoder define( "NETPBM_DIR", "/usr/bin" ); // Path to (optional) Netpbm utilities