Bugfix
This commit is contained in:
parent
4d59cd2df6
commit
3493260038
|
@ -80,7 +80,7 @@ echo "<th align=left>Name</th>";
|
|||
echo "</tr>";
|
||||
|
||||
|
||||
$db = sqlite_open("hiscores.db", 0666, $errorstr);
|
||||
$db = sqlite_open("/var/www/html/ratcatcher.nethack.net/hiscores/hiscores.db", 0666, $errorstr);
|
||||
$q = "select score, level, name from hiscores order by score desc limit 10";
|
||||
|
||||
$result = sqlite_query($db, $q);
|
||||
|
|
Loading…
Reference in New Issue