reverted previous change (not necessary, parsers updated), found one little slash that broke the requests

master
Phitherek 2012-09-16 02:26:11 +02:00
parent 4baf206401
commit 1052076383
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ while ($hash = mysql_fetch_assoc($res)){
echo "[server]\n";
echo "multa.bugs3.com\n";
echo "[modinfo]\n";
echo "minetest/forum/api/3m/getmodbyname?id={$hash['basename']}\n";
echo "{end}\n";
echo "/minetest/forum/api/3m/getmodbyname?id={$hash['basename']}\n";
echo "{end}\n\n";
}
die("");