maj version dans config.xml
[mtweb] / init / 0100_functions.php
1 <?php
2
3   function debug($content)
4   { echo "<pre class=\"debug\">\n".htmlentities(print_r($content, true))."\n</pre>\n";
5   }
6
7 ?>