update to bootstrap 5.2.3 continued

This commit is contained in:
Joey Kimsey
2024-12-10 09:00:49 -05:00
parent f3f323d30f
commit a0726e6578
23 changed files with 584 additions and 345 deletions

View File

@ -38,14 +38,3 @@ class Redirects extends Plugin {
],
];
}
// as long as this is in the plugin constructor, it should happen before the controller and method loading
// $routes = new RoutesModel;
// $route = $routes->findByOriginalUrl( $url );
// if ( false !== $route ) {
// if ( 'internal' === $route->redirect_type ) {
// $this->setUrl( $route->forwarded_url );
// } else {
// Redirect::external( $route->forwarded_url );
// }
// }