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
Rev | Line | |
---|
[043e67d] | 1 | <?php |
---|
[eb3e2b8] | 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 | |
---|
| 22 | if (isset($_POST["idcomando"])) $idcomando=$_POST["idcomando"]; |
---|
| 23 | if (isset($_POST["descricomando"])) $descricomando=$_POST["descricomando"]; |
---|
| 24 | if (isset($_POST["ambito"])) $ambito=$_POST["ambito"]; |
---|
| 25 | if (isset($_POST["idambito"])) $idambito=$_POST["idambito"]; |
---|
| 26 | if (isset($_POST["nombreambito"])) $nombreambito=$_POST["nombreambito"]; |
---|
| 27 | if (isset($_POST["funcion"])) $funcion=$_POST["funcion"]; |
---|
| 28 | if (isset($_POST["atributos"])) $atributos=$_POST["atributos"]; |
---|
| 29 | if (isset($_POST["gestor"])) $gestor=$_POST["gestor"]; |
---|
| 30 | ?> |
---|
| 31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.