mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
feature 1522: Move config_local.inc.php to local/config/config.inc.php
git-svn-id: http://piwigo.org/svn/trunk@5215 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -90,7 +90,7 @@ foreach( array(
|
||||
}
|
||||
|
||||
include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
|
||||
@include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
|
||||
@include(PHPWG_ROOT_PATH. 'local/config/config.inc.php');
|
||||
include(PHPWG_ROOT_PATH .'include/dblayer/functions_'.$conf['dblayer'].'.inc.php');
|
||||
|
||||
if(isset($conf['show_php_errors']) && !empty($conf['show_php_errors']))
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
*
|
||||
* It is recommended to let config_default.inc.php as provided and to
|
||||
* overwrite configuration in your local configuration file
|
||||
* config_local.inc.php. See tools/config_local.inc.php as an example.
|
||||
* local/config/config.inc.php. See tools/config.inc.php as an example.
|
||||
*
|
||||
* Why having some parameters in config table and others in
|
||||
* config_*.inc.php? Modifying config_*.inc.php is a "hard" task for low
|
||||
|
||||
Reference in New Issue
Block a user