diff options
| author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-05 21:40:35 +0000 | 
|---|---|---|
| committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-05 21:40:35 +0000 | 
| commit | c322f59e69a690e99e69114d4207ce0e7f261a3a (patch) | |
| tree | 4c4274ab32af5e3684a1e42febafdc6908ac3687 | |
| parent | c824eff2dcd4712e1418cc0c5bc6f93f98c1f474 (diff) | |
| download | ioquake3-aero-c322f59e69a690e99e69114d4207ce0e7f261a3a.tar.gz ioquake3-aero-c322f59e69a690e99e69114d4207ce0e7f261a3a.zip | |
Doh! REQUEST_URI contains the subdir of course.
git-svn-id: svn://svn.icculus.org/quake3/trunk@286 edf5b092-35ff-0310-97b2-ce42778d08ea
| -rw-r--r-- | web/index.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/web/index.php b/web/index.php index a8ab122..018d14b 100644 --- a/web/index.php +++ b/web/index.php @@ -31,7 +31,7 @@ foreach ($navlist as $file => $alias) {  	</div>  	<div id="footer">  		<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://icculus.org/quake3/ioq3.css">Valid CSS</a> | -		<a href="http://validator.w3.org/check?uri=http://icculus.org/quake3<?php +		<a href="http://validator.w3.org/check?uri=http://icculus.org<?php  echo $_SERVER['REQUEST_URI'];?>">Valid XHTML</a> |  		<a href="http://icculus.org">icculus.org</a>  		<br /> | 
