diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-17 00:20:03 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-17 00:20:03 +0000 |
commit | e68012962993b2542c0b0dc18d0f5a2b01050817 (patch) | |
tree | 6f02a0207e59a8126c4bd54cc55b9af4fdbfb37b /web/index.php | |
parent | ba4a14cc2fdaeff40b553aa01c37e340e8c7f558 (diff) | |
download | ioquake3-aero-e68012962993b2542c0b0dc18d0f5a2b01050817.tar.gz ioquake3-aero-e68012962993b2542c0b0dc18d0f5a2b01050817.zip |
Some stuff from readme and random small changes.
git-svn-id: svn://svn.icculus.org/quake3/trunk@648 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/index.php')
-rw-r--r-- | web/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.php b/web/index.php index c11606b..50e06fd 100644 --- a/web/index.php +++ b/web/index.php @@ -1,6 +1,7 @@ <?php set_include_path("include"); require("thebrain.php"); +include("downloads.php"); ob_start(); ?> <?php //hawhaw |