From 509a10bc362ca5794439be377ce95aafdf99afaa Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Wed, 22 Jan 2025 14:46:14 -0500 Subject: [PATCH] more fixes remove unused redirects plugin after functionality was moved to core fixed after-install links --- app/plugins/redirects/plugin.php | 40 -------------------------------- app/views/install/complete.html | 6 ++--- 2 files changed, 3 insertions(+), 43 deletions(-) delete mode 100644 app/plugins/redirects/plugin.php diff --git a/app/plugins/redirects/plugin.php b/app/plugins/redirects/plugin.php deleted file mode 100644 index a84fd22..0000000 --- a/app/plugins/redirects/plugin.php +++ /dev/null @@ -1,40 +0,0 @@ - - * @link https://TheTempusProject.com - * @license https://opensource.org/licenses/MIT [MIT LICENSE] - */ -namespace TheTempusProject\Plugins; - -use ReflectionClass; -use TheTempusProject\Classes\Installer; -use TheTempusProject\Houdini\Classes\Navigation; -use TheTempusProject\Classes\Plugin; -use TheTempusProject\TheTempusProject as App; - -class Redirects extends Plugin { - public $pluginName = 'TP Redirects'; - public $pluginAuthor = 'JoeyK'; - public $pluginWebsite = 'https://TheTempusProject.com'; - public $modelVersion = '1.0'; - public $pluginVersion = '3.0'; - public $pluginDescription = 'A simple plugin which adds redirects.'; - public $permissionMatrix = [ - 'redirects' => [ - 'pretty' => 'Can modify redirects', - 'default' => false, - ], - ]; - public $admin_links = [ - [ - 'text' => ' Redirects', - 'url' => '{ROOT_URL}admin/routes', - ], - ]; -} diff --git a/app/views/install/complete.html b/app/views/install/complete.html index aecce87..bce6d2f 100644 --- a/app/views/install/complete.html +++ b/app/views/install/complete.html @@ -20,11 +20,11 @@

- + Log In - - Go to Dashboard + + Go to Homepage