Fix site being unable to find world backups

This commit is contained in:
Salt 2021-02-08 19:33:35 -06:00
parent 0d4cf0c186
commit 00c860a237
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function echo_pack($pack) {
echo "$desc";
# A small button to browse previous world downloads
if (file_exists("/files/packs/$pack/worlds")) {
if (file_exists("../files/packs/$pack/worlds")) {
echo "<p><a href=\"/files/packs/$pack/worlds\" class=\"worldsbutton\">Browse world backups</a></p>";
}