source: admin/WebConsole/varios/menubrowser.php @ a3fb8b2

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
Last change on this file since a3fb8b2 was eb45081, checked in by alonso <alonso@…>, 16 years ago

git-svn-id: https://opengnsys.es/svn/trunk@566 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 952 bytes
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
11if (isset($_GET["iph"])) $iph=$_GET["iph"];
12
13if(!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.