//////////////////////////////////////////////////////////
function debug($ch,$force=false) {
global $debugphp,$iphost,$ch_debug;
$ip=getenv('REMOTE_ADDR');
if ((($debugphp==true)||($force==true))&&(in_array($ip, $iphost))) {...
0
855
posted 13 years ago by kspal