Fix the hardcoded paths to deal with the new home dir

This commit is contained in:
Jeff Teunissen 2001-05-01 21:03:27 +00:00
parent 4138dd0780
commit c07819325e

View file

@ -1,7 +1,7 @@
<? // Preamble
$siteName = "The QuakeForge Project";
$theme = "quakeforge";
define('siteHome', "/home/groups/quake/htdocs");
define('siteHome', "/home/groups/q/qu/quake/htdocs");
require siteHome . "/parts/library.php"; // Load function library
if ($need) {