diff options
author | ramon <ramongomez@us.es> | 2012-10-09 11:29:23 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-10-09 11:29:23 +0000 |
commit | abb2eb0010d7f0e46c704cd9995f08749f7b3797 (patch) | |
tree | ba24bf24b54df869a82d25b6dc422b2f136100f9 /admin/WebConsole/varios | |
parent | f0cfbc0d2e8b55bf9a6af5574eb8523615087b37 (diff) |
#551: Quitar algunos avisos para mejorar la compatibilidad con PHP 5.4.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3337 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/varios')
-rw-r--r-- | admin/WebConsole/varios/menucliente.php | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/admin/WebConsole/varios/menucliente.php b/admin/WebConsole/varios/menucliente.php index 27a653b1..1a8913f5 100644 --- a/admin/WebConsole/varios/menucliente.php +++ b/admin/WebConsole/varios/menucliente.php @@ -50,6 +50,7 @@ if (! empty ($contenidofichero)) { //agp //________________________________________________________________________________________________________ $rsmenu=RecuperaMenu($cmd,$iph); // Recupera un recordset con los datos del m en +$codeHtml=""; if(!empty($rsmenu)){ switch($tip){ case $ITEMS_PUBLICOS: @@ -87,11 +88,11 @@ else{ $codeHtml.='</div>'; } ?> - <html> - <head> - <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> - </head> - <? +<html> +<head> +<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> +</head> + <?php if(!empty($rsmenu->campos["idurlimg"])){ // Imagen de fondo $urlimg=TomaDato($cmd,0,'iconos',$rsmenu->campos["idurlimg"],'idicono','urlicono'); @@ -100,15 +101,13 @@ else{ } else{ echo'<body bgcolor="white" background="../images/iconos/fondo800x600.png">'; - //echo '<p align="left"><img border=0 src="../images/iconos/logoopengnsys.png"><p>'; } - include_once("/opt/opengnsys/log/clients/".$iph.".info.html"); - echo $codeHtml; - + include_once("/opt/opengnsys/log/clients/".$iph.".info.html"); + echo $codeHtml; ?> - </body> - </html> -<? +</body> +</html> +<?php //___________________________________________________________________________________________________ // // Recupera Men |