forked from leftypol/leftypol
Support for site-instance specific configuration in instance-config.php
This commit is contained in:
parent
4f8bd4da1f
commit
7b43892527
3 changed files with 61 additions and 55 deletions
3
test.php
3
test.php
|
@ -4,6 +4,9 @@
|
|||
require 'inc/functions.php';
|
||||
require 'inc/display.php';
|
||||
require 'inc/template.php';
|
||||
if (file_exists('inc/instance-config.php')) {
|
||||
require 'inc/instance-config.php';
|
||||
}
|
||||
require 'inc/config.php';
|
||||
require 'inc/user.php';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue