diff --git a/include/debug.php b/include/debug.php index 309117fd2..303ac69e2 100644 --- a/include/debug.php +++ b/include/debug.php @@ -22,6 +22,7 @@ // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr function echo_debug ($p_log) { +return; $fdebug=fopen("/tmp/debug_log","a+"); if ( $fdebug != false ) {