forked from leftypol/leftypol
Fixed bug causing templates to fail after a chdir()
This commit is contained in:
parent
5ffa408b4b
commit
95b91b3b5f
4 changed files with 10 additions and 4 deletions
2
test.php
2
test.php
|
@ -3,10 +3,10 @@
|
|||
|
||||
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/template.php';
|
||||
require 'inc/config.php';
|
||||
require 'inc/user.php';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue