one lack of extension that caused 404...

master
Phitherek 2012-09-16 21:24:18 +02:00
parent 23685516c6
commit a0ecc81420
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ 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 "/minetest/forum/api/3m/getmodbyname.php?id={$hash['basename']}\n";
echo "{end}\n\n";
}