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/' |
$DIR_LANG = $DIR_NUCLEUS . 'language/' |
Definition at line 25 of file config.php.
Referenced by ADMIN::action_editmembersettings(), ADMIN::action_settingsedit(), checkLanguage(), selectLanguage(), and ticketForPlugin().
$DIR_LIBS = $DIR_NUCLEUS . 'libs/' |
Definition at line 26 of file config.php.
Referenced by MANAGER::_loadClass(), _newMediaObject(), ADMIN::action_backupcreate(), ADMIN::action_backuprestore(), ADMIN::action_skiniedoimport(), ADMIN::action_skinieexport(), ADMIN::action_skinieimport(), ADMIN::action_skinieoverview(), MEMBER::cleanupActivationTable(), PAGEFACTORY::getTemplateFor(), ACTIONS::parse_commentform(), selector(), NP_Ping::sendPings(), and ticketForPlugin().
$DIR_MEDIA = '/your/path/to/media/' |
Definition at line 17 of file config.php.
Referenced by _newMediaObject(), ADMIN::action_settingsedit(), MEDIA::addMediaObject(), MEDIA::addMediaObjectRaw(), MEDIA::getCollectionList(), MEDIA::getMediaListByCollection(), MEDIA::isValidCollection(), media_select(), and media_upload().
$DIR_NUCLEUS = '/your/path/to/nucleus/' |
Definition at line 14 of file config.php.
Referenced by ADMIN::action_settingsedit(), ACTIONS::doForm(), and NP_Ping::event_JustPosted().
$DIR_PLUGINS = $DIR_NUCLEUS . 'plugins/' |
Definition at line 24 of file config.php.
Referenced by MANAGER::_loadPlugin(), ADMIN::action_pluginadd(), ADMIN::action_pluginhelp(), ADMIN::action_pluginlist(), checkPlugin(), NP_Ping::event_JustPosted(), NucleusPlugin::getDirectory(), and ticketForPlugin().
$DIR_SKINS = '/your/path/to/skins/' |
Definition at line 20 of file config.php.
Referenced by ADMIN::action_skiniedoimport(), ADMIN::action_skinieimport(), ADMIN::action_skinieoverview(), BaseActions::getIncludeFileName(), and listplug_table_skinlist().
$MYSQL_DATABASE = 'databasename' |
$MYSQL_HOST = 'hostname' |
$MYSQL_PASSWORD = 'password' |
$MYSQL_PREFIX = '' |
$MYSQL_USER = 'username' |