Update the references for header.php and footer.php files to point the resources directory.

This commit is contained in:
Mark Crane
2013-07-06 06:29:50 +00:00
parent f267e45e67
commit e9aa47069c
230 changed files with 884 additions and 884 deletions
+1 -1
View File
@@ -1346,7 +1346,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
ob_start();
//show the html form
if (!is_writable($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/includes/header.php")) {
if (!is_writable($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/resources/header.php")) {
$install_msg .= "<li>Write access to ".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/includes/ is required during the install.</li>\n";
}
if (!extension_loaded('PDO')) {