From 1a47de3c6b29ce3841f7bf48bb15fe9c502b9d0e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 15:59:07 +0200 Subject: [PATCH] #7556 --- app/.EasyOCR/EasyOCR | 0 app/process.php | 2 -- 2 files changed, 2 deletions(-) create mode 100644 app/.EasyOCR/EasyOCR diff --git a/app/.EasyOCR/EasyOCR b/app/.EasyOCR/EasyOCR new file mode 100644 index 0000000..e69de29 diff --git a/app/process.php b/app/process.php index 6b076e6..fe98af1 100644 --- a/app/process.php +++ b/app/process.php @@ -52,10 +52,8 @@ try { @ob_end_clean(); error_log(':) ' . $res); die($res); - } catch (Exception $e) { @ob_end_clean(); error_log('!!' . $e->getMessage()); die('!!' . $e->getMessage()); - } \ No newline at end of file -- 2.39.5