mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
Fix logo rotation.
This commit is contained in:
parent
fc3ce061c3
commit
0f475af35d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<? // Project logo background rotation
|
||||
define ('siteHome', '/home/groups/q/qu/quake/htdocs');
|
||||
require siteHome . "/parts/library.php"; // Load function library
|
||||
require siteHome . "/parts/library.inc"; // Load function library
|
||||
|
||||
srand ((double) microtime () * 1000000);
|
||||
|
||||
|
|
Loading…
Reference in a new issue