コード例 #1
0
ファイル: verify.php プロジェクト: aozhongxu/web_hqoj
<?php

require_once __DIR__ . '/../../../library/bootstrap.php';
$verify = new Verify();
Session::set('check_code', $verify->getCode());
$verify->output();