Update: 2026-07-17 00:15:49

This commit is contained in:
Hamza-Ayed
2026-07-17 00:15:49 +03:00
parent 8cb83b31f2
commit c5ed2099f9
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -1,4 +1,6 @@
<?php
error_reporting(0);
ini_set('display_errors', 0);
// stress_test/generate_mock_data.php
// Generates a valid JWT for the driver using the system's JWT_SECRET_KEY
require_once dirname(__DIR__) . '/backend/connect.php';