From 83ed9b5c19713e6663b2adc51d6cd311ae2ff561 Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 25 Jan 2025 02:47:03 -0800 Subject: [PATCH] Remove RASPI_PLUGINS_URL (obsolete) --- config/config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/config.php b/config/config.php index afd386a2..2950632d 100755 --- a/config/config.php +++ b/config/config.php @@ -38,9 +38,6 @@ define('RASPI_ACCESS_CHECK_DNS', 'one.one.one.one'); // Constant for the GitHub API latest release endpoint define('RASPI_API_ENDPOINT', 'https://api.github.com/repos/RaspAP/raspap-webgui/releases/latest'); -// Constant for the GitHub plugin submodules URL -define("RASPI_PLUGINS_URL", "https://raw.githubusercontent.com/RaspAP/plugins"); - // Constant for the 5GHz wireless regulatory domain define("RASPI_5GHZ_CHANNEL_MIN", 100); define("RASPI_5GHZ_CHANNEL_MAX", 192);