Ejemplo n.º 1
0
 function createShowPropertyList(&$alist)
 {
     global $gbl, $sgbl, $login, $ghtml;
     if ($ghtml->frm_subaction === 'forcedeletepserver') {
         $alist['property'] = pserver::createListAlist($this, 'pserver');
         return;
     }
     $alist['property'][] = "a=show";
     $alist['property'][] = "a=list&c=domain";
     if ($this->priv->subdomain_num) {
         $alist['property'][] = "a=list&c=subdomain";
     }
     $alist['property'][] = "a=list&c=mailaccount";
     //$alist['property'][] = "a=list&c=mailaccount";
     $alist['property'][] = "o=sp_specialplay&a=updateform&sa=skin";
     //$alist['property'][] = "a=show&sa=config";
 }
Ejemplo n.º 2
0
 function createShowPropertyList(&$alist)
 {
     global $gbl, $sgbl, $login, $ghtml;
     if ($ghtml->frm_subaction === 'forcedeletepserver') {
         $alist['property'] = pserver::createListAlist($this, 'pserver');
         return;
     }
     if ($ghtml->frm_subaction === 'deleteorphanedvps') {
         $alist['property'] = vps::createListAlist($this, 'pserver');
         return;
     }
     if ($ghtml->frm_subaction === 'ippool') {
         $alist['property'] = ippool::createListAlist($this, 'ippool');
     } else {
         $alist['property'][] = "a=show";
         $alist['property'][] = "o=sp_specialplay&a=updateform&sa=skin";
     }
 }