This commit is contained in:
2025-11-25 03:33:39 +01:00
parent 6823488c26
commit e6b56585a6
4 changed files with 39 additions and 42 deletions

View File

@@ -1,4 +1,8 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
if (!defined('ASSET_VERSION')) {
define('ASSET_VERSION', time()); // oder deine aktuelle Version
}