. */ require_once(dirname(__FILE__) . '/../config.default.php'); if(file_exists(dirname(__FILE__) . '/../config.php')) { require_once(dirname(__FILE__) . '/../config.php'); } else { die("Server configuration error: config.php does not exist."); } ?>