Módulo VPSManager para WHMCS con configuración externa, acceso seguro al panel y métricas Graphite para LX.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

8 lignes
219 B

  1. <?php
  2. return [
  3. 'vpsmanager_api_url' => '',
  4. 'graphite_url' => '',
  5. 'graphs_authorization_confirmed' => false,
  6. 'graphs_url' => '', // Optional existing full graphs UI base URL; review its authorization.
  7. ];