| | |
| | | * @return mixed array with sites by user |
| | | * @author Julio Montoya <gugli100@gmail.com> BeezNest 2010 |
| | | */ |
| | | |
| | | |
| | | public function client_get_sites_by_user($session_id, $sys_userid, $sys_groupid) { |
| | | global $app; |
| | | if(!$this->checkPerm($session_id, 'client_get_sites_by_user')) { |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * Change domains status |
| | | * @param int session id |
| | |
| | | * @return mixed false if error |
| | | * @author Julio Montoya <gugli100@gmail.com> BeezNest 2010 |
| | | */ |
| | | |
| | | public function sites_web_domain_set_status($session_id, $primary_id, $status) { |
| | | global $app; |
| | | if(!$this->checkPerm($session_id, 'sites_web_domain_set_status')) { |