Update devenv.rst

config file is located in `config/config.php` not `core/config/config.php`
This commit is contained in:
Isaac Kwan 2017-07-23 13:55:51 +08:00 committed by Morris Jobke
parent 04ba09a984
commit b102e25549

View File

@ -83,7 +83,7 @@ Enabling debug mode
.. note:: Do not enable this for production! This can create security problems and is only meant for debugging and development!
To disable JavaScript and CSS caching debugging has to be enabled by setting ``debug`` to ``true`` in :file:`core/config/config.php`::
To disable JavaScript and CSS caching debugging has to be enabled by setting ``debug`` to ``true`` in :file:`config/config.php`::
<?php
$CONFIG = array (