X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=www%2Findex.php;fp=www%2Findex.php;h=218c5ad82749fbec6b4fd83e757929040b51b58e;hp=7ec0950d58463e75b31d7280e14517aa95f7179b;hb=425b2ddb1c73ca601b616ff9c6ef71d2c6b58b03;hpb=d0216e56e8d414ea31744887a95aab4372bfc156 diff --git a/www/index.php b/www/index.php index 7ec0950..218c5ad 100644 --- a/www/index.php +++ b/www/index.php @@ -7,7 +7,7 @@ require_once("config.php"); $WEB_ROOT_FS = realpath(dirname(__FILE__)); $BASE_URL = dirname($_SERVER["PHP_SELF"]); -global $WEB_ROOT_FS, $BASE_URL, $repo_base, $data_directory, $db_type, $db_name, $db_username, $db_password; +global $WEB_ROOT_FS, $BASE_URL, $data_directory, $db_type, $db_name, $db_username, $db_password; // the index will search for the base library depending on: // if lib_base is set in config.php, it'll go there and nowhere else