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 | |
---|
[25e3584] | 1 | <? |
---|
| 2 | // ************************************************************************************************************************************************* |
---|
[857c4ae] | 3 | // Aplicaci� WEB: ogAdmWebCon |
---|
| 4 | // Autor: Jos�Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla |
---|
| 5 | // Fecha Creaci�: Diciembre-2003 |
---|
| 6 | // Fecha �tima modificaci�: Febrero-2005 |
---|
| 7 | // Nombre del fichero: menucliente.php |
---|
| 8 | // Descripci� :Este fichero implementa el menu del browser de los clientes |
---|
| 9 | // ************************************************************************************************************************************************* |
---|
| 10 | $iph=""; // Switch menu cliente |
---|
| 11 | if (isset($_GET["iph"])) $iph=$_GET["iph"]; |
---|
[25e3584] | 12 | |
---|
[857c4ae] | 13 | if(!empty($iph)){ |
---|
[eb45081] | 14 | Header("Location:../controlacceso.php?iph=".$iph); // Accede a la p�ina de menus |
---|
[25e3584] | 15 | exit; |
---|
| 16 | } |
---|
| 17 | ?> |
---|
| 18 | <HTML> |
---|
| 19 | <HEAD> |
---|
[857c4ae] | 20 | <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
[25e3584] | 21 | </HEAD> |
---|
| 22 | <BODY> |
---|
[857c4ae] | 23 | <H1>Error de acceso al menú del cliente.</H1> |
---|
[25e3584] | 24 | </BODY> |
---|
| 25 | </HTML> |
---|
| 26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.