Explorar el Código

user module debug off

Oleg K hace 4 años
padre
commit
5b94e0861b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/web.php

+ 1 - 1
config/web.php

@@ -135,7 +135,7 @@ $config = [
             //'adminPermission' => 'admin',
             //'admins' => ['ptenchik0'],
             'rememberFor' => 86400,
-            'debug' => true,
+            //'debug' => true,
             'controllerMap' => [
                 'settings' => 'app\controllers\ProfileController'
             ],