config.php File Reference

Go to the source code of this file.

Variables

 $MYSQL_HOST = 'hostname'
 $MYSQL_USER = 'username'
 $MYSQL_PASSWORD = 'password'
 $MYSQL_DATABASE = 'databasename'
 $MYSQL_PREFIX = ''
 $DIR_NUCLEUS = '/your/path/to/nucleus/'
 $DIR_MEDIA = '/your/path/to/media/'
 $DIR_SKINS = '/your/path/to/skins/'
 $DIR_PLUGINS = $DIR_NUCLEUS . 'plugins/'
 $DIR_LANG = $DIR_NUCLEUS . 'language/'
 $DIR_LIBS = $DIR_NUCLEUS . 'libs/'


Variable Documentation

$DIR_LANG = $DIR_NUCLEUS . 'language/'

$DIR_LIBS = $DIR_NUCLEUS . 'libs/'

$DIR_MEDIA = '/your/path/to/media/'

$DIR_NUCLEUS = '/your/path/to/nucleus/'

$DIR_PLUGINS = $DIR_NUCLEUS . 'plugins/'

$DIR_SKINS = '/your/path/to/skins/'

$MYSQL_DATABASE = 'databasename'

Definition at line 10 of file config.php.

Referenced by sql_connect().

$MYSQL_HOST = 'hostname'

Definition at line 7 of file config.php.

Referenced by sql_connect().

$MYSQL_PASSWORD = 'password'

Definition at line 9 of file config.php.

Referenced by sql_connect().

$MYSQL_PREFIX = ''

Definition at line 11 of file config.php.

Referenced by MANAGER::_loadPlugin(), and sql_table().

$MYSQL_USER = 'username'

Definition at line 8 of file config.php.

Referenced by sql_connect().



Generated on Wed Jun 25 17:25:59 2008 by  doxygen 1.5.5