mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-13 12:49:04 +08:00
@@ -202,7 +202,7 @@ In debug mode Yii shows quite verbose errors which are certainly helpful for dev
|
|||||||
verbose errors are handy for attacker as well since these could reveal database structure, configuration values and
|
verbose errors are handy for attacker as well since these could reveal database structure, configuration values and
|
||||||
parts of your code. Never run production applications with `YII_DEBUG` set to `true` in your `index.php`.
|
parts of your code. Never run production applications with `YII_DEBUG` set to `true` in your `index.php`.
|
||||||
|
|
||||||
You should never enalble Gii at production. It could be used to get information about database structure, code and to
|
You should never enable Gii at production. It could be used to get information about database structure, code and to
|
||||||
simply rewrite code with what's generated by Gii.
|
simply rewrite code with what's generated by Gii.
|
||||||
|
|
||||||
Debug toolbar should be avoided at production unless really necessary. It exposes all the application and config
|
Debug toolbar should be avoided at production unless really necessary. It exposes all the application and config
|
||||||
|
|||||||
Reference in New Issue
Block a user