mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
Damn, that doesn't work.
This commit is contained in:
parent
5c759a8f1c
commit
a0a0a005e6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<? // Preamble
|
<? // Preamble
|
||||||
$siteName = "The QuakeForge Project";
|
$siteName = "The QuakeForge Project";
|
||||||
$theme = "quakeforge";
|
$theme = "quakeforge";
|
||||||
define ('siteHome', $GLOBALS["DOCUMENT_ROOT"]);
|
define ('siteHome', "/home/groups/q/qu/quake/htdocs");
|
||||||
|
|
||||||
require siteHome . "/parts/library.php"; // Load function library
|
require siteHome . "/parts/library.php"; // Load function library
|
||||||
if ($need) {
|
if ($need) {
|
||||||
|
|
Loading…
Reference in a new issue