Fixed missing quote.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@343 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
20271e6226
commit
a3b0eaff26
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue