0
0
Fork 0
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:
Jeff Teunissen 2011-02-12 00:20:30 -05:00
parent ddce987dfd
commit e08e580e9a
2 changed files with 4 additions and 4 deletions

View file

@ -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);

View file

@ -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) {