Revert "Add per-browser boxed layout setting"

This reverts commit c2683fb87bc50369753b279e179e7b5d0d1e60a9.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-06-02 16:18:30 +02:00
committed by Adam Warner
parent 51dc473278
commit a4a678b584
4 changed files with 50 additions and 55 deletions

View File

@@ -538,6 +538,14 @@ function addStaticDHCPLease($mac, $ip, $hostname) {
{
pihole_execute('-a -e \''.$adminemail.'\'');
}
if(isset($_POST["boxedlayout"]))
{
pihole_execute('-a layout boxed');
}
else
{
pihole_execute('-a layout traditional');
}
if(isset($_POST["webtheme"]))
{
global $available_themes;