mirror of
https://github.com/invite-frey/is-woo-payment-fps.git
synced 2025-04-03 04:50:42 +00:00
Moved the phpqrcode library to a separate libs directory
This commit is contained in:
parent
6e33c70895
commit
a3820296e3
@ -75,7 +75,7 @@ function its_wpf_qrcode_catch()
|
||||
if( $qrcode_string && $nonce && wp_verify_nonce( $nonce, ITS_WPF_PLUGIN_ID ) )
|
||||
{
|
||||
ob_clean(); //Clean the output buffer before printing out image
|
||||
require_once('phpqrcode.php');
|
||||
require_once('libs/phpqrcode.php');
|
||||
header('Content-Type: image/png');
|
||||
QRcode::png($qrcode_string);
|
||||
exit();
|
||||
|
Loading…
Reference in New Issue
Block a user