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

Flextype Box Plugin: Admin #125 #117

- Information Controller/Views implementation
This commit is contained in:
Awilum
2019-06-02 00:47:45 +03:00
parent 568acb6f7a
commit f833824a7e

View File

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