Your IP : 216.73.216.176


Current Path : /home/semix18/public_html/pogtech.pl/app/core/
Upload File :
Current File : /home/semix18/public_html/pogtech.pl/app/core/debugger.class.php

<?php /*windu.org core*/
class debugger
{
    public static function dprint($array)
    {
		echo '<pre>';
    	print_r($array);
    	echo '</pre>';
    }  
}
?>