Skip to content

Commit

Permalink
Temporarily block beatmap packs
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 28, 2024
1 parent 6ddf455 commit 658472e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions medals/api/beatmap_packs.php
@@ -1,4 +1,5 @@
<?php
exit;
ini_set('memory_limit','2048M');
// Tanza 2023-05-13
// ? i'm so sorry for this mess, but it takes 118ms to
Expand Down
3 changes: 2 additions & 1 deletion medals/api/get_beatmap_pack_count.php
@@ -1,4 +1,5 @@
<?php
exit;
require_once($_SERVER['DOCUMENT_ROOT'] . "/global/php/functions.php");

error_reporting(E_ERROR);
Expand Down Expand Up @@ -143,4 +144,4 @@ function GetPackPreload($id) {
LengthCalculation_QueueAll();
}
LengthCalculation_Calculate();
}
}

0 comments on commit 658472e

Please sign in to comment.