diff options
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>'; } |