Changeset 12016
- Timestamp:
- 04/19/11 11:50:49 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/amp_conf/bin/generate_hints.php
r11342 r12016 93 93 return trim($devices); 94 94 } 95 96 function debug($string, $level=3) {97 global $debug;98 if ($debug >= $level) {99 echo $string."\n";100 }101 }
