mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 03:10:18 +01:00
Add theme chooser to Setting -> Web interface.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -9,17 +9,9 @@
|
||||
require "scripts/pi-hole/php/auth.php";
|
||||
require "scripts/pi-hole/php/password.php";
|
||||
require_once "scripts/pi-hole/php/FTL.php";
|
||||
require "scripts/pi-hole/php/theme.php";
|
||||
$scriptname = basename($_SERVER['SCRIPT_FILENAME']);
|
||||
|
||||
//$theme = "default-light";
|
||||
$theme = "default-dark";
|
||||
//$checkbox_theme_name = "flat";
|
||||
//$checkbox_theme_variant = "blue";
|
||||
$checkbox_theme_name = "polaris";
|
||||
$checkbox_theme_variant = "polaris";
|
||||
//$checkbox_theme_name = "futurico";
|
||||
//$checkbox_theme_variant = "futurico";
|
||||
|
||||
check_cors();
|
||||
|
||||
// Generate CSRF token
|
||||
|
||||
Reference in New Issue
Block a user