import mtweb.0.4.1
[mtweb] / web / app / 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 ?>