From 00c860a2371b00187557f49f8b1a40cfd79a0049 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 8 Feb 2021 19:33:35 -0600 Subject: [PATCH] Fix site being unable to find world backups --- minecraft/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/index.php b/minecraft/index.php index 4f82dba..c344bda 100644 --- a/minecraft/index.php +++ b/minecraft/index.php @@ -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 "

Browse world backups

"; }