Made ZMS dir the full event path.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@227 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-01-02 16:57:39 +00:00
parent 592ff9d28b
commit e5b36ce0a7
1 changed files with 1 additions and 1 deletions

View File

@ -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