Removed temporary module inclusion.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3506 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
b7ca4dba77
commit
cad65de5c9
|
@ -50,7 +50,6 @@ use Time::HiRes qw/gettimeofday/;
|
||||||
use Date::Manip;
|
use Date::Manip;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
use Scalar::Util qw/tainted/;
|
|
||||||
|
|
||||||
use constant EVENT_PATH => (ZM_DIR_EVENTS=~m|/|)?ZM_DIR_EVENTS:(ZM_PATH_WEB.'/'.ZM_DIR_EVENTS);
|
use constant EVENT_PATH => (ZM_DIR_EVENTS=~m|/|)?ZM_DIR_EVENTS:(ZM_PATH_WEB.'/'.ZM_DIR_EVENTS);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue