/**
* filename : inc/settings.php
* begin : 09.11.2003
* author(s) : Reynald
*
*/
// *** Start PHP session ***
//session_start();
/**
* BASE SETTINGS ***
*/
// *** Paths & URLs ***
// Base HTTP URL
$SET["home_url"] = "http://" . $_SERVER["HTTP_HOST"] . "/";
// Linux path
$SET["home_path"] = $_SERVER["DOCUMENT_ROOT"] . "/";
// Default page to load (used to redirect)
$SET["homepage"] = $SET["home_url"]."index.php";
// *** Default path***
//$SET["home_dir"] = $SET["home_url"] . $curlang . "/home/";
//$SET["offers_dir"] = $SET["home_url"] . $curlang . "/offers/";
//$SET["doc_dir"] = $SET["home_url"] . $curlang . "/doc/";
// *** Mysql settings ***
/*$SET["hostname"] = "localhost";
$SET["username"] = "card29090358";
$SET["password"] = "hd0pc1hv9";
$SET["database"] = "card29090358";
// Mysql tables
$SET["mysql"]["news"] = "BOTH__news";
$SET["mysql"]["strings"] = "WWW__strings";
$SET["mysql"]["members"] = "BOTH__members";
$SET["mysql"]["hardware"] = "WWW__hardware";
$SET["mysql"]["creations"] = "WWW__creations";
*/
//include_once($SET["home_path"]."inc/functions.php");
?>
Notice: Undefined index: home_path in /var/www/bob/htdocs/index.php on line 12
Warning: require(/inc/output.header.php) [function.require]: failed to open stream: No such file or directory in /var/www/bob/htdocs/index.php on line 12
Fatal error: require() [function.require]: Failed opening required '/inc/output.header.php' (include_path='.:/usr/share/php5:/usr/share/php') in /var/www/bob/htdocs/index.php on line 12