forked from GithubBackups/vichan
infinity/smart-build: fix order of loading
This commit is contained in:
parent
ef8ef2c0b4
commit
e3a8308e00
@ -7,8 +7,6 @@
|
|||||||
*
|
*
|
||||||
* You can copy values from config.php (defaults) and paste them here.
|
* You can copy values from config.php (defaults) and paste them here.
|
||||||
*/
|
*/
|
||||||
require_once "instance-functions.php";
|
|
||||||
|
|
||||||
// Note - you may want to change some of these in secrets.php instead of here
|
// Note - you may want to change some of these in secrets.php instead of here
|
||||||
// See the secrets.example.php file
|
// See the secrets.example.php file
|
||||||
$config['db']['server'] = 'localhost';
|
$config['db']['server'] = 'localhost';
|
||||||
@ -202,6 +200,9 @@ $config['report_captcha'] = true;
|
|||||||
|
|
||||||
// 8chan specific mod pages
|
// 8chan specific mod pages
|
||||||
require '8chan-mod-config.php';
|
require '8chan-mod-config.php';
|
||||||
|
|
||||||
|
// Load instance functions later on
|
||||||
|
require_once 'instance-functions.php';
|
||||||
|
|
||||||
// Load database credentials
|
// Load database credentials
|
||||||
require "secrets.php";
|
require "secrets.php";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user