From 3d5f49b2560a65e0610c06a183cdea7a83e445b7 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 26 May 2023 11:39:58 +0200 Subject: [PATCH] Improve debug --- include/lib/database_core.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/database_core.class.php b/include/lib/database_core.class.php index 0895f98bb..36eb417d5 100644 --- a/include/lib/database_core.class.php +++ b/include/lib/database_core.class.php @@ -307,7 +307,7 @@ class DatabaseCore if ( DEBUGNOALYSS == 0 ) { ob_start(); } else { - $debug = fopen("/tmp/debug.log", "w+"); + $debug = fopen("/tmp/debug_execute_script".uniqid().".log", "w+"); } $hf = fopen($script, 'r'); if ($hf == false) {