Fixed missing quote.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@343 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-01-15 17:29:36 +00:00
parent 20271e6226
commit a3b0eaff26
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ use constant ZM_MESSAGE_ADDRESS => <from zmconfig>;
use constant ZM_URL => <from zmconfig>; use constant ZM_URL => <from zmconfig>;
use constant ZM_FROM_EMAIL => <from zmconfig>; use constant ZM_FROM_EMAIL => <from zmconfig>;
use constant EVENT_PATH => ZM_PATH_WEB.'/.ZM_DIR_EVENTS; use constant EVENT_PATH => ZM_PATH_WEB.'/'.ZM_DIR_EVENTS;
use constant LOG_FILE => ZM_PATH_LOGS.'/zmfilter-%d.log'; use constant LOG_FILE => ZM_PATH_LOGS.'/zmfilter-%d.log';
use constant VERBOSE => 0; # Whether to output more verbose debug use constant VERBOSE => 0; # Whether to output more verbose debug