Implemented fix suggested in Issue 823 - Add DOCUMENT_ROOT to require_once path on domain edit [and contacts_vcard.php, and save_switch_xml() function].

This commit is contained in:
Nate Jones
2015-03-18 06:17:09 +00:00
parent 4ee20afa77
commit bd38f6b160
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ if (count($_GET)>0) {
}
//include
require_once PROJECT_PATH."resources/qr/qrcode.php";
require_once $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/resources/qr/qrcode.php";
//error correction level
//QR_ERROR_CORRECT_LEVEL_L : $e = 0;