Update: 2026-05-08 02:25:00

This commit is contained in:
Hamza-Ayed
2026-05-08 02:25:00 +03:00
parent 189382e065
commit 4721ca83da
6 changed files with 89 additions and 64 deletions

View File

@@ -75,6 +75,6 @@ try {
], 'إحصائيات استخدام الذكاء الاصطناعي');
} catch (\Exception $e) {
error_log("AI Usage Stats Error: " . $e->getMessage());
json_error('خطأ في جلب إحصائيات AI', 500);
error_log("AI Usage Stats Error: " . $e->getMessage() . " | " . $e->getTraceAsString());
json_error('خطأ في جلب إحصائيات AI: ' . $e->getMessage(), 500);
}