mirror of
https://github.com/typemill/typemill.git
synced 2025-07-30 19:00:32 +02:00
Version 1.3.8: ACL Integration
This commit is contained in:
@@ -8,6 +8,8 @@ use Slim\Http\Response;
|
||||
|
||||
class RedirectIfNoAdmin
|
||||
{
|
||||
# NOT IN USE ANYMORE
|
||||
/*
|
||||
protected $router;
|
||||
|
||||
public function __construct(RouterInterface $router, $flash)
|
||||
@@ -29,4 +31,5 @@ class RedirectIfNoAdmin
|
||||
|
||||
return $next($request, $response);
|
||||
}
|
||||
*/
|
||||
}
|
Reference in New Issue
Block a user