mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-23 20:52:45 +00:00
fix up the preamble.
This commit is contained in:
parent
2c20cda1e5
commit
0cde05a80f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<? // Preamble
|
||||
$siteName = "The QuakeForge Project";
|
||||
$theme = "quakeforge";
|
||||
define ('siteHome', "/home/groups/q/qu/quake/htdocs");
|
||||
define ('siteHome', "/project/website/htdocs");
|
||||
|
||||
require siteHome . "/parts/library.php"; // Load function library
|
||||
if ($need) {
|
||||
|
|
Loading…
Reference in a new issue