Fixed bug causing templates to fail after a chdir()

This commit is contained in:
Savetheinternet 2010-11-30 19:21:06 +11:00 committed by Paul Merrill
parent 5ffa408b4b
commit 95b91b3b5f
4 changed files with 10 additions and 4 deletions

View file

@ -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';