Fixed initial constants.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1266 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
63076e1b3d
commit
f2ab91d349
|
@ -30,12 +30,11 @@
|
|||
#
|
||||
# ==========================================================================
|
||||
|
||||
use constant ZM_CONFIG => "<from zmconfig>";
|
||||
use constant ZM_VERSION => "<from zmconfig>";
|
||||
use constant ZM_PATH_BUILD => "<from zmconfig>";
|
||||
use constant ZM_PATH_BIN => "<from zmconfig>";
|
||||
use constant ZM_PATH_WEB => "<from zmconfig>";
|
||||
use constant ZM_DB_SERVER => "<from zmconfig>";
|
||||
use constant ZM_DB_NAME => "<from zmconfig>";
|
||||
use constant ZM_DB_USERA => "<from zmconfig>";
|
||||
use constant ZM_DB_PASSA => "<from zmconfig>";
|
||||
|
||||
# Load the config from the database into the symbol table
|
||||
BEGIN
|
||||
|
|
Loading…
Reference in New Issue