forked from leftypol/leftypol
Fixed bug causing templates to fail after a chdir()
This commit is contained in:
parent
6f5966e380
commit
4dc13a3a92
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