Browse Source

Remove the / in the path to the qr code

Mark Crane 12 năm trước cách đây
mục cha
commit
de23c94b35
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;