From bb02be7daaf81d803197b4d17cf35d0898cd43d7 Mon Sep 17 00:00:00 2001 From: Frank Harris Date: Tue, 16 Jun 2026 16:28:05 -0500 Subject: [PATCH] added link to RL projects --- Panel/INSTALL_README.md | 4 +- Panel/check.php | 12 +- Panel/docs/GSP_INSTALLER.md | 6 +- Panel/documentation/admin-guide.md | 4 +- Panel/includes/functions.php | 17 ++- Panel/includes/view.php | 4 +- Panel/install.php | 12 +- .../addonsmanager/SERVER_CONTENT_ROADMAP.md | 2 +- .../addonsmanager/addons_installer.php | 2 +- .../modules/addonsmanager/addons_manager.php | 2 +- Panel/modules/addonsmanager/module.php | 2 +- .../modules/addonsmanager/monitor_buttons.php | 2 +- .../server_content_categories.php | 2 +- Panel/modules/addonsmanager/user_addons.php | 2 +- Panel/modules/billing/includes/footer.php | 2 +- Panel/modules/dashboard/dashboard.css | 106 ++++++++++++++++++ Panel/modules/dashboard/dashboard.php | 18 ++- Panel/modules/user_games/migrate_home.php | 2 +- Panel/modules/website/README.md | 32 ++++++ .../modules/website/config/config.example.php | 9 ++ Panel/modules/website/config/services.php | 12 ++ Panel/modules/website/includes/bootstrap.php | 18 +++ Panel/modules/website/includes/footer.php | 7 +- Panel/modules/website/pages/home.php | 17 +++ Panel/themes/SimpleBootstrap/bottom.html | 4 +- Panel/themes/SimpleBootstrap/css/main.css | 24 +++- docs/ARCHITECTURE.md | 6 + docs/modules/dashboard.md | 15 +++ docs/modules/website.md | 16 +++ 29 files changed, 325 insertions(+), 36 deletions(-) create mode 100644 Panel/modules/website/config/services.php diff --git a/Panel/INSTALL_README.md b/Panel/INSTALL_README.md index 6e1c17cb..6b677ab2 100644 --- a/Panel/INSTALL_README.md +++ b/Panel/INSTALL_README.md @@ -1,6 +1,6 @@ -# GSP / WDS Panel — Installer Guide +# GSP / Runlevel Systems Panel — Installer Guide -> **GSP is a heavily customized fork of OGP maintained by WDS.** +> **GSP is a heavily customized fork of OGP maintained by Runlevel Systems.** --- diff --git a/Panel/check.php b/Panel/check.php index 3604f27e..424ee0dd 100644 --- a/Panel/check.php +++ b/Panel/check.php @@ -1,10 +1,10 @@ - GSP / WDS — Dependency Check + GSP / Runlevel Systems — Dependency Check