mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
use cvar.php
This commit is contained in:
parent
3494001aba
commit
fd57a67da8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
while (list (, $cdl) = each ($cvar_doc_list)) {
|
||||
if (is_file ('doc/' . $cdl . '-cvar.txt')) {
|
||||
echo '<LI>';
|
||||
echo '<A href="/doc/' . $cdl . '-cvar.txt">' . $cdl . '</A>';
|
||||
echo '<A href="cvar.php?program=' . $cdl . '">' . $cdl . '</A>';
|
||||
echo '</LI>';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue