// This file contains variables with the locations of the data dirs
// and basic functions that every page can use
// mySQL connection information
$MYSQL_HOST = 'cocaine';
$MYSQL_USER = 'ichiro';
$MYSQL_PASSWORD = 'sarumomo';
$MYSQL_DATABASE = 'dtheater';
// main nucleus directory
$DIR_NUCLEUS = '/home/ichiro/ichiro.nnip.org/nucleus/';
// media dir
$DIR_MEDIA = '/home/ichiro/ichiro.nnip.org/media/';
// extra skin files for imported skins
$DIR_SKINS = '/home/ichiro/ichiro.nnip.org/skins/';
// these dirs are normally subdirs of the nucleus dir, but
// you can redefine them if you wish
$DIR_PLUGINS = $DIR_NUCLEUS . 'plugins/';
$DIR_LANG = $DIR_NUCLEUS . 'language/';
$DIR_LIBS = $DIR_NUCLEUS . 'libs/';
if (!@file_exists($DIR_LIBS . 'globalfunctions.php')) {
echo "Configuration error, please run the install script or modify config.php";
exit;
}
// include libs
include($DIR_LIBS.'globalfunctions.php');
?>
Fatal error: Uncaught Error: Call to undefined function selector() in /home/ichiro/ichiro.nnip.org/index.php:30
Stack trace:
#0 {main}
thrown in /home/ichiro/ichiro.nnip.org/index.php on line 30