This commit is contained in:
2026-05-15 20:50:06 +02:00
parent d73a8bb8d3
commit 2ddf575191
14 changed files with 2429 additions and 26 deletions
+1 -4
View File
@@ -14,10 +14,7 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
throw new RuntimeException($err);
}
require_once __DIR__ . '/composer/autoload_real.php';