1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

Flextype Box Plugin: Admin #125 #117

- Information Controller/Views implementation
This commit is contained in:
Awilum
2019-06-02 00:56:28 +03:00
parent a7d5731831
commit 1a19dc6ae9

View File

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