Improve debug
This commit is contained in:
parent
ca14f97e39
commit
3d5f49b256
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue