Explorar el Código

Remove version from login dialog

Kristan Kenney hace 6 años
padre
commit
c5d3d8dff2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/templates/login.html

+ 1 - 1
web/templates/login.html

@@ -93,7 +93,7 @@
                             <td colspan=2>
                                 <div class="login-bottom">
                                     <div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
-                                    <a class="hestiacp" href="https://www.hestiacp.com">v<?php echo $_SESSION['VERSION']; ?></a>
+                                    <a class="hestiacp" href="https://www.hestiacp.com">v<?phpprint __('Hestia Control Panel'); ?></a>
                                 </div>
                             </td>
                         </tr>