summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/pagerror.php
diff options
context:
space:
mode:
authoralonso <alonso@us.es>2010-10-23 09:22:07 +0000
committeralonso <alonso@us.es>2010-10-23 09:22:07 +0000
commit550b680d176cbccfecfe35fad440dd570d90ba5b (patch)
treec81a133cb819d719d5e2d103b2b6b12447b60bf7 /admin/WebConsole/pagerror.php
parent5f11948f55d9b9c11c76a75b65bde7d4e5477191 (diff)
git-svn-id: https://opengnsys.es/svn/trunk@1313 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/pagerror.php')
-rw-r--r--admin/WebConsole/pagerror.php35
1 files changed, 0 insertions, 35 deletions
diff --git a/admin/WebConsole/pagerror.php b/admin/WebConsole/pagerror.php
deleted file mode 100644
index 8f5166e1..00000000
--- a/admin/WebConsole/pagerror.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?
-// *************************************************************************************************************************************************
-// Aplicación WEB: ogAdmWebCon
-// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla
-// Fecha Creación: Diciembre-2003
-// Fecha Última modificación: Febrero-2005
-// Nombre del fichero: controlacceso.php
-// Descripción :Este fichero implementa el control de acceso a la Aplicación en todas las p�inas
-// *************************************************************************************************************************************************
-include_once("./includes/ctrlacc.php");
-//________________________________________________________________________________________________________
-$herror=0;
-if (isset($_GET["herror"])) $herror=$_GET["herror"];
-//________________________________________________________________________________________________________
-?>
-<HTML>
- <TITLE> Administración web de aulas</TITLE>
- <HEAD>
- <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
- <LINK rel="stylesheet" type="text/css" href="estilos.css">
- </HEAD>
- <BODY>
- <?
- echo '<SCRIPT LANGUAGE="JAVASCRIPT">'.chr(13);
- echo ' var o=window.top;'.chr(13);
- echo ' var ao=o.parent;'.chr(13);
- echo ' while (o!=ao){ // Busca la primera ventana del navegador'.chr(13);
- echo ' ao=o;'.chr(13);
- echo ' o=o.parent;';
- echo ' };'.chr(13);
- echo ' ao.location="'.$urlacceso.'?herror='.$herror.'";'.chr(13);
- echo '</SCRIPT>'.chr(13);
- ?>
- </BODY>
-</HTML>