Improve debug

This commit is contained in:
sparkyx 2023-05-26 11:39:58 +02:00
parent ca14f97e39
commit 3d5f49b256

View file

@ -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) {