close
          Warning:
          Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
      
 
    
        
        
        
        
        
          918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
        
      
      
        
  | Line |  | 
|---|
| 1 | <?php | 
|---|
| 2 | // ************************************************************************************************************************************************* | 
|---|
| 3 | // Aplicación WEB: ogAdmWebCon | 
|---|
| 4 | // Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla | 
|---|
| 5 | // Fecha Creación: Año 2009-2010 | 
|---|
| 6 | // Fecha Última modificación: Abril-2010 | 
|---|
| 7 | // Nombre del fichero: opcionesacciones.php | 
|---|
| 8 | // Descripción : | 
|---|
| 9 | //              Captura de parámetros comunes para la ejecución de comandos | 
|---|
| 10 | // ************************************************************************************************************************************************* | 
|---|
| 11 | //________________________________________________________________________________________________________ | 
|---|
| 12 | // Captura parámetros | 
|---|
| 13 | //________________________________________________________________________________________________________ | 
|---|
| 14 | $idcomando=0; | 
|---|
| 15 | $ambito=0; | 
|---|
| 16 | $idambito=0; | 
|---|
| 17 | $nombreambito=""; | 
|---|
| 18 | $funcion=""; | 
|---|
| 19 | $atributos=""; | 
|---|
| 20 | $gestor=""; | 
|---|
| 21 | $filtro=""; | 
|---|
| 22 |  | 
|---|
| 23 | if (isset($_POST["idcomando"])) $idcomando=$_POST["idcomando"]; | 
|---|
| 24 | if (isset($_POST["descricomando"])) $descricomando=$_POST["descricomando"]; | 
|---|
| 25 | if (isset($_POST["ambito"])) $ambito=$_POST["ambito"]; | 
|---|
| 26 | if (isset($_POST["idambito"])) $idambito=$_POST["idambito"]; | 
|---|
| 27 | if (isset($_POST["nombreambito"])) $nombreambito=$_POST["nombreambito"]; | 
|---|
| 28 | if (isset($_POST["funcion"])) $funcion=$_POST["funcion"]; | 
|---|
| 29 | if (isset($_POST["atributos"])) $atributos=$_POST["atributos"]; | 
|---|
| 30 | if (isset($_POST["gestor"])) $gestor=$_POST["gestor"]; | 
|---|
| 31 | if (isset($_POST["filtro"])) $filtro=$_POST["filtro"]; | 
|---|
| 32 | ?> | 
|---|
| 33 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.