Fixed initial constants.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1266 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-01-31 12:01:27 +00:00
parent 63076e1b3d
commit f2ab91d349
1 changed files with 3 additions and 4 deletions

View File

@ -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_BIN => "<from zmconfig>";
use constant ZM_PATH_WEB => "<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 # Load the config from the database into the symbol table
BEGIN BEGIN