mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-01 06:51:24 +00:00
Fix the site home -- SourceForge moved it.
This commit is contained in:
parent
ddce987dfd
commit
e08e580e9a
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
<? // Project logo background rotation
|
<? // Project logo background rotation
|
||||||
define ('siteHome', '/home/groups/q/qu/quake/htdocs');
|
define ('siteHome', '/home/project-web/quake/htdocs');
|
||||||
require siteHome . "/parts/library.inc"; // Load function library
|
require siteHome . "/parts/library.inc"; // Load function library
|
||||||
|
|
||||||
srand ((double) microtime () * 1000000);
|
srand ((double) microtime () * 1000000);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<? // Preamble
|
<? // Preamble
|
||||||
$siteName = "The QuakeForge Project";
|
$siteName = "The QuakeForge Project";
|
||||||
$columns = 'content';
|
$columns = 'content';
|
||||||
define ('siteHome', "/home/groups/q/qu/quake/htdocs");
|
define ('siteHome', "/home/project-web/quake/htdocs");
|
||||||
|
|
||||||
require siteHome . "/parts/library.inc"; // Load function library
|
require siteHome . "/parts/library.inc"; // Load function library
|
||||||
if ($need) {
|
if ($need) {
|
||||||
|
|
Loading…
Reference in a new issue