Profile
Achievement
kspal's Recent SnippetsTagged debug
- All /
« Prev 1 Next »
//////////////////////////////////////////////////////////
function debug($ch,$force=false) {
global $debugphp,$iphost,$ch_debug;
$ip=getenv('REMOTE_ADDR');
if ((($debugphp==true)||($force==true))&&(in_array($ip, $iphost))) {...
0
858
posted 13 years ago by kspal