Merge pull request #460 from flokX/devel

Match the Pi-hole brand
This commit is contained in:
DL6ER
2017-03-28 22:17:21 +02:00
committed by GitHub
5 changed files with 16 additions and 15 deletions

View File

@@ -53,7 +53,7 @@
</div>
</div>
<div class="box-body">
After installing Pi-Hole for the first time, a password is generated and displayed to the user. The
After installing Pi-hole for the first time, a password is generated and displayed to the user. The
password cannot be retrieved later on, but it is possible to set a new password (or explicitly disable
the password by setting an empty password) using the command
<pre>sudo pihole -a -p newpassword</pre>

View File

@@ -400,7 +400,7 @@ function isinserverlist($addr) {
case "flushlogs":
exec("sudo pihole -f");
$success = "The Pi-Hole log file has been flushed";
$success = "The Pi-hole log file has been flushed";
break;
case "DHCP":