<?
/*
# cUser.class.php Config File
#
#################################################################
# DB Settings
##########################
#
host = 'localhost'
port = ''
username = 'username'
password = 'password'
database = 'database'
table = 'cUser_table' # The user table
#
#################################################################
# Modules
##########################
#
modules_db = 'cMySQL.module.php' # The DB module - Make your own for not supported db's
#
#################################################################
# Encryption Key
##########################
#
enc_key = 'A_1|°44sdf86516879sdf156' # Key used for password encryption
*/
?>
|