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 | <? |
---|
2 | // ************************************************************************************************************************************************* |
---|
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"]; |
---|
12 | |
---|
13 | if(!empty($iph)){ |
---|
14 | Header("Location:../controlacceso.php?iph=".$iph); // Accede a la p�ina de menus |
---|
15 | exit; |
---|
16 | } |
---|
17 | ?> |
---|
18 | <HTML> |
---|
19 | <HEAD> |
---|
20 | <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
21 | </HEAD> |
---|
22 | <BODY> |
---|
23 | <H1>Error de acceso al menú del cliente.</H1> |
---|
24 | </BODY> |
---|
25 | </HTML> |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.