We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16fbfe7 + c5d3d8d commit bbfe2d3Copy full SHA for bbfe2d3
web/templates/login.html
@@ -93,7 +93,7 @@
93
<td colspan=2>
94
<div class="login-bottom">
95
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
96
- <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>
97
</div>
98
</td>
99
</tr>
0 commit comments