$debugips = array( 'xxx.xxx.xxx.xxx', 'yyy.yyy.yyy.yyy');if (in_array($_SERVER['REMOTE_ADDR'], $debugips)){ $config['Misc']['debug'] = true;}