mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 09:21:29 +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)) {
|
while (list (, $cdl) = each ($cvar_doc_list)) {
|
||||||
if (is_file ('doc/' . $cdl . '-cvar.txt')) {
|
if (is_file ('doc/' . $cdl . '-cvar.txt')) {
|
||||||
echo '<LI>';
|
echo '<LI>';
|
||||||
echo '<A href="/doc/' . $cdl . '-cvar.txt">' . $cdl . '</A>';
|
echo '<A href="cvar.php?program=' . $cdl . '">' . $cdl . '</A>';
|
||||||
echo '</LI>';
|
echo '</LI>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue