diff options
author | ramon <ramongomez@us.es> | 2017-12-21 08:24:04 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-12-21 08:24:04 +0000 |
commit | 7d54b0b61d2521732968622981c7cb05efb7a64f (patch) | |
tree | 5fca55fbc191ee28e8f928e5dc75ac3983df19ba /admin/WebConsole/index.php | |
parent | ad6f82dd54cd2fa2fe79d460e72805a20b43510d (diff) |
#730: Revisión de URLs con HTTPS y actualizar lista de incidencias cerradas.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5541 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/index.php')
-rw-r--r-- | admin/WebConsole/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/index.php b/admin/WebConsole/index.php index 45bf6061..d574c106 100644 --- a/admin/WebConsole/index.php +++ b/admin/WebConsole/index.php @@ -124,7 +124,7 @@ function PulsaEnter(oEvento){ // Añadir versión y URL al proyecto. $versionfile="../doc/VERSION.txt"; if (file_exists ($versionfile)) { - echo '<span><a href="http://opengnsys.es/">'; + echo '<span><a href="https://opengnsys.es/">'; include ($versionfile); echo '</a></span>'; } |