From 1d01213315da6df9b2320527707b2c75990d5c00 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Mon, 19 Sep 2022 12:48:09 +0200 Subject: [PATCH] affiche le log --- include/log.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/log.php b/include/log.php index 4b64512..bfe55e9 100644 --- a/include/log.php +++ b/include/log.php @@ -73,6 +73,7 @@ function log_error($log, $w_db=true, $die=false) }else { //store error in table session[] + echo $log . EOLH; $_SESSION['error'] = $log_err; } }