summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/pagerror.php
diff options
context:
space:
mode:
authoralonso <alonso@us.es>2009-11-04 11:04:54 +0000
committeralonso <alonso@us.es>2009-11-04 11:04:54 +0000
commit7b3bc4abe41dff4402ee433a7eab47c2b36c47bc (patch)
tree8830f3b0fbec41b03f207273eb6f5ff90eaa09ce /admin/WebConsole/pagerror.php
parent3acdc93388ab0907242a9a074df54e1cc93b7908 (diff)
git-svn-id: https://opengnsys.es/svn/trunk@481 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/pagerror.php')
-rw-r--r--admin/WebConsole/pagerror.php34
1 files changed, 0 insertions, 34 deletions
diff --git a/admin/WebConsole/pagerror.php b/admin/WebConsole/pagerror.php
deleted file mode 100644
index ae989797..00000000
--- a/admin/WebConsole/pagerror.php
+++ /dev/null
@@ -1,34 +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>
- <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>