Update: 2026-05-15 17:55:39

This commit is contained in:
Hamza-Ayed
2026-05-15 17:55:40 +03:00
parent cf8cf829d8
commit 8b69c99776
4 changed files with 10 additions and 6 deletions

View File

@@ -367,7 +367,7 @@ foreach ($invoices as $invIdx => $inv) {
// --- Add Verification QR Code ---
try {
$verifyUrl = "https://musadaq.intaleqapp.com/v.php?id=" . $inv['id'];
$verifyUrl = "https://musadaq.intaleqapp.com/verify?id=" . $inv['id'];
$qrApiUrl = "https://api.qrserver.com/v1/create-qr-code/?size=100x100&data=" . urlencode($verifyUrl);
$qrData = $downloadUrl($qrApiUrl);
if ($qrData) {

View File

@@ -20,6 +20,7 @@ if (file_exists($envFile)) {
use App\Core\Database;
use App\Core\Encryption;
header_remove("Content-Security-Policy");
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
header('Pragma: no-cache');
header('Expires: Sat, 26 Jul 1997 05:00:00 GMT');