Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -54,7 +54,7 @@ try {
|
||||
}
|
||||
|
||||
// 5. التحقق من PHP error log الأخير
|
||||
$logPath = '/home/intaleq-api/logs/php_errors.log';
|
||||
$logPath = '/home/siro-api/logs/php_errors.log';
|
||||
if (file_exists($logPath)) {
|
||||
$lines = file($logPath);
|
||||
$checks['last_5_errors'] = array_map('trim', array_slice($lines, -5));
|
||||
|
||||
Reference in New Issue
Block a user