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,9 +1,9 @@
<? // 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
srand ((double) microtime () * 1000000);
header("HTTP/1.1 307 Temporary Redirect");
header("Location: /img/background-logos/$theme-logo" . rand(1, 3) . '.png');
?>
?>

View file

@ -1,7 +1,7 @@
<? // Preamble
$siteName = "The QuakeForge Project";
$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
if ($need) {
@ -54,4 +54,4 @@
}
register_shutdown_function (postamble);
?>
?>