1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-14 09:04:25 +02:00

Flextype Box Plugin: Admin #125 #117

- Information Controller/Views implementation
This commit is contained in:
Awilum
2019-06-02 00:51:16 +03:00
parent f833824a7e
commit df3aa1d99f

View File

@@ -15,7 +15,7 @@ class InformationController extends Controller
$this->router = $router;
}
public function index($response)
public function index($request, $response, $args)
{
if (function_exists('apache_get_modules')) {
if (!in_array('mod_rewrite', apache_get_modules())) {