From 142d2978d005832136891066103bd5f6bfffac45 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 11 May 2021 22:23:14 -0500 Subject: [PATCH] Redirect to srv.9iron.club for large files --- minecraft/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minecraft/index.php b/minecraft/index.php index c791efd..1f909b3 100644 --- a/minecraft/index.php +++ b/minecraft/index.php @@ -42,11 +42,11 @@ function echo_pack($pack) { # A small button to browse previous world downloads if (file_exists("../files/packs/$pack/worlds")) { - echo "

Browse world backups

"; + echo "

Browse world backups

"; } # And a bright big download button - echo "Download"; + echo "Download"; echo ''; } # Get list of modpacks