disable xml errors

This commit is contained in:
<bdauvergne@entrouvert.com> 1208959511 +0200 0001-01-01 00:00:00 +00:00
parent c675aa2ee7
commit 45aef7194d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
require_once('lassospkit_config.inc.php');
libxml_use_internal_errors(true);
libxml_use_internal_errors(false);
error_reporting(E_ALL);
function lassospkit_debuglog($msg, $level = 0) {