소스 검색

Remove the / in the path to the qr code

Mark Crane 12 년 전
부모
커밋
de23c94b35
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contacts_vcard.php

+ 1 - 1
contacts_vcard.php

@@ -151,7 +151,7 @@ if (count($_GET)>0) {
 			$content = $vcard->card;
 
 			//include
-				require_once PROJECT_PATH."/resources/qr/qrcode.php";
+				require_once PROJECT_PATH."resources/qr/qrcode.php";
 
 			//error correction level
 				//QR_ERROR_CORRECT_LEVEL_L : $e = 0;