From ed7ed044753683ebdc0ed782dc893a4d42041da8 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 1 Jul 2020 09:13:38 +0100 Subject: [PATCH] Create RASPI_BRAND_TEXT --- config/config.php | 1 + includes/defaults.php | 1 + index.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index bfe464f6..86ad87bf 100755 --- a/config/config.php +++ b/config/config.php @@ -1,5 +1,6 @@ 'RaspAP', 'RASPI_VERSION' => '2.4.1', 'RASPI_CONFIG_NETWORKING' => RASPI_CONFIG.'/networking', 'RASPI_ADMIN_DETAILS' => RASPI_CONFIG.'/raspap.auth', diff --git a/index.php b/index.php index d7306a62..80106b2d 100755 --- a/index.php +++ b/index.php @@ -103,7 +103,7 @@ $bridgedEnabled = getBridgedState();