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 GitHub
parent 8b199fbf67
commit 325c2b15ec

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 (