Changeset 3571
- Timestamp:
- 01/17/07 03:36:47 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php
r2710 r3571 290 290 $this->logoff(); 291 291 fclose($this->socket); 292 } 293 294 /** 295 * Check if the socket is connected 296 * 297 */ 298 function connected() 299 { 300 return (bool)$this->socket; 292 301 } 293 302
