This commit is contained in:
sose 2021-04-06 23:55:27 +00:00
parent 4b2025d926
commit fcd2c02faa
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -16,14 +16,14 @@ echo "=> ?matches MATCHES"
if [ "$QUERY_STRING" = "news" ]
then
/var/gemini/cgi-bin/hltv_news
/var/gemini/cgi-bin/gemhltv_news
elif [ "$QUERY_STRING" = "matches" ]
then
$CGI_BIN/hltv_matches
$CGI_BIN/gemhltv_matches
elif [ "$QUERY_STRING" = "reload" ]
then
curl "https://illegaldrugs.net/skor?reload" >/dev/null
$CGI_BIN/hltv_matches
$CGI_BIN/gemhltv_matches
else
$CGI_BIN/hltv_matches
$CGI_BIN/gemhltv_matches
fi