Changed database name to zm.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@12 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2002-09-19 09:24:14 +00:00
parent cb09f053ff
commit 8c0022b943
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#include "config.h"
#define ZM_DATABASE "polycam"
#define ZM_DATABASE "zm"
#define ZM_DB_USERA "zmadmin"
#define ZM_DB_PASSA "zmadminzm"
#define ZM_DB_USERB "zmuser"

View File

@ -5,9 +5,9 @@ include_once( 'browser.php' );
import_request_variables( "GPC" );
$DB_SERVER = "localhost"; // Database Server machine
$DB_NAME = "polycam"; // Database containing the tables
$DB_USER = "root"; // Database login
$DB_PASS = ""; // Database password
$DB_NAME = "zm"; // Database containing the tables
$DB_USER = "zmadmin"; // Database login
$DB_PASS = "zmadminzm"; // Database password
define( "MAX_EVENTS", 12 );