[chg] remove k6b reference in app name

This commit is contained in:
Knah Tsaeb 2015-05-29 17:04:02 +02:00
parent e96c3c9b9f
commit a0a20ab6fc
1 changed files with 3 additions and 4 deletions

View File

@ -2,10 +2,9 @@
echo "<!DOCTYPE html>\n";
echo "<html lang='en'>\n";
echo "<head>\n";
echo "\t<title>Fail2BanCount - by k6b</title>\n";
echo "\t<title>Fail2BanCount</title>\n";
echo "\t<meta http-equiv='content-type' content='text/html; charset=utf-8' />\n";
echo "\t<meta name='author' content='k6b' />\n";
echo "\t<meta name='description' content='Fail2BanCount - by k6b' />\n";
echo "\t<meta name='description' content='Fail2BanCount' />\n";
echo "\t<!-- CSS/STYLESHEET -->\n";
echo "\t<link rel='stylesheet' href='/bancount.css' type='text/css' />\n";
echo "</head>\n";
@ -131,7 +130,7 @@ $currentlybanned = $numbans - $numunbans;
// Print some HTML
echo "\t<h1>Fail2BanCount - by k6b</h1>\n";
echo "\t<h1>Fail2BanCount</h1>\n";
echo "</div>\n";
echo "<div id='container'>\n";