Broken login (#122)
* Fixing Login Die * Fix Broken Login 2 * Update footer * Try Somethin New Today
This commit was merged in pull request #122.
This commit is contained in:
@@ -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.");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user