Remove RASPI_PLUGINS_URL (obsolete)

This commit is contained in:
billz 2025-01-25 02:47:03 -08:00
parent 0871601b31
commit 83ed9b5c19

View File

@ -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);