Update init.php

This commit is contained in:
Bedder 2015-11-13 07:11:25 -06:00
parent 02fef47025
commit c31cd5f200
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ if (dirname($_SERVER['SCRIPT_NAME']) == '\\') {
$base = '/';
}
define('HTML_PATH_ROOT', '/');
define('HTML_PATH_ROOT', $base);
// Paths for themes
define('HTML_PATH_THEMES', HTML_PATH_ROOT.'themes/');