Remove footer.php and some small improvements
This commit is contained in:
@@ -92,7 +92,7 @@ if (! $failure) {
|
||||
if ($rec = $sth->fetchColumn()) {
|
||||
// Check default password
|
||||
if ($rec == '$2y$10$HTs0lSaFrfr.q4Gmy5zWfeDg3jhYZkqEGZEnDkMiHZ641nso38mt6') {
|
||||
echo '<p>Password for default admin has not been changed: <span style="color:yellow">Warnung</span>'."</p>\n";
|
||||
echo '<p>Password for default admin has not been changed: <span style="color:orange">Warning</span>'."</p>\n";
|
||||
} else {
|
||||
echo '<p>Default admin exists: <span style="color:green">OK</span>'."</p>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user