Update: 2026-05-15 17:43:57

This commit is contained in:
Hamza-Ayed
2026-05-15 17:43:57 +03:00
parent ee2ea3a111
commit 813197c869
6 changed files with 225 additions and 12 deletions

View File

@@ -7,6 +7,7 @@
use App\Core\Database;
use App\Core\Encryption;
// die('REACHED VERIFY'); // Debug
try {
$invoiceId = $_GET['id'] ?? null;
@@ -167,6 +168,7 @@ try {
</body>
</html>
<?php
exit;
} catch (\Exception $e) {
die("خطأ في النظام");
}