Broken login #122

Merged
MrLyallCSIT merged 5 commits from BrokenLogin into main 2020-08-17 16:04:35 +00:00
Showing only changes of commit 0a925cf7c0 - Show all commits

View File

@@ -1,7 +1,7 @@
<footer class="footer mt-auto py-3">
<div class="text-center text-muted">
<?php
echo($_ENV['APP_NAME'] . " " . get_version() . ".<br>");
echo($_ENV['APP_NAME'] . " " . get_version() . "<br>");
if ($_ENV['APP_NAME'] != "FHeD") {
echo("Powered by FHeD.");
};