Changeset 9834
- Timestamp:
- 06/15/10 14:08:17 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.8/amp_conf/htdocs/admin/extensions.class.php
r9693 r9834 896 896 } 897 897 898 class ext_meetmeadmin { 899 var $confno; 900 var $command; 901 var $user; 902 903 function ext_meetmeadmin($confno, $command, $user='') { 904 $this->confno = $confno; 905 $this->command = $command; 906 $this->user = $user; 907 } 908 909 function output() { 910 return "MeetMeAdmin(".$this->confno.",".$this->command.",".$this->user.")"; 911 } 912 } 913 898 914 class ext_meetme { 899 915 var $confno;
