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