1.4.x backport

This commit is contained in:
2025-10-08 09:59:26 -07:00
parent 8c13c24066
commit 9068227c72
12 changed files with 168 additions and 9 deletions

View File

@@ -1,7 +1,4 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
$conn = newConnection();
$request_showamount = isset($_POST['showAmount']) ? $_POST['showAmount'] : 0;