mirror of
https://github.com/flextype/flextype.git
synced 2025-08-14 09:04:25 +02:00
- Information Controller/Views implementation
This commit is contained in:
@@ -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())) {
|
||||
|
Reference in New Issue
Block a user