Restored local configuration files

This commit is contained in:
Lucas Bartholemy 2017-02-05 11:35:10 +01:00
parent 4a25770b74
commit 589b1e3afd
2 changed files with 0 additions and 10 deletions

View File

@ -1,7 +1,4 @@
<?php
return [
'params' => [
'enablePjax' => true
]
];

View File

@ -1,12 +1,5 @@
<?php
return [
'bootstrap' => ['debug'],
'modules' => [
'debug' => [
'class' => 'yii\debug\Module',
'allowedIPs' => ['*'],
],
],
];