Change links from includes to the resources directory.

This commit is contained in:
Mark Crane
2013-07-10 23:41:12 +00:00
parent 2c3f51fdcf
commit 9f71bdd024
16 changed files with 43 additions and 23 deletions

View File

@@ -30,8 +30,8 @@ if (file_exists("/etc/fusionpbx/config.php")) {
elseif (file_exists("/usr/local/etc/fusionpbx/config.php")) {
include "/usr/local/etc/fusionpbx/config.php";
}
elseif (file_exists("includes/config.php")) {
include "includes/config.php";
elseif (file_exists("resources/config.php")) {
include "resources/config.php";
}
else {
include "resources/config.php";