summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/pagerror.php
diff options
context:
space:
mode:
authorpablombg <noreply@opengnsys.es>2017-11-08 12:30:17 +0000
committerpablombg <noreply@opengnsys.es>2017-11-08 12:30:17 +0000
commit043e67df0eb136868ca7d5852e9753026cb23bb8 (patch)
tree98f1bd2e2b04f688bcfc49886ad6a8307f5f227a /admin/WebConsole/pagerror.php
parent41c430a39d97215f81cb82032b6402a6473e7d03 (diff)
#814: Sustituir las etiquetas cortas de php por el formato largo
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5502 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/pagerror.php')
-rw-r--r--admin/WebConsole/pagerror.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole/pagerror.php b/admin/WebConsole/pagerror.php
index cd19cc4f..71aee05b 100644
--- a/admin/WebConsole/pagerror.php
+++ b/admin/WebConsole/pagerror.php
@@ -1,4 +1,4 @@
-<?
+<?php
// *************************************************************************************************************************************************
// Aplicación WEB: ogAdmWebCon
// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla
@@ -18,7 +18,7 @@ if (isset($_GET["herror"])) $herror=$_GET["herror"];
<LINK rel="stylesheet" type="text/css" href="estilos.css">
</HEAD>
<BODY>
- <?
+ <?php
echo '<SCRIPT LANGUAGE="JAVASCRIPT">'.chr(13);
echo ' var o=window.top;'.chr(13);
echo ' var ao=o.parent;'.chr(13);