Файл: demos/qrcode.php
Строк: 30
<?php
/**************************************************************************************************
|
| http://alternanetworks.com
| ask@alternanetworks.com
|
|**************************************************************************************************
|
| By using this software you agree that you have read and acknowledged our End-User License
| Agreement available at http://envato.com/ and to be bound by it.
|
| Copyright (c) 2011 alternanetworks.com All rights reserved.
|
| http://codecanyon.net/user/AlternaNetworks
|**************************************************************************************************/
//error_reporting( E_ALL );
//ini_set( 'display_errors', '1' );
// load system
require_once ( "../captcha/load.php" );
// initialize myCaptcha
$captcha = new myCaptcha( );
// print qrcode for standalone_demo id
echo $captcha->qr('standalone_demo', 150, false );