| 12345678910111213141516 |
- <?php
- // +----------------------------------------------------------------------
- // | Fanwe 方维直播系统
- // +----------------------------------------------------------------------
- // | Copyright (c) 2011 http://www.fanwe.com All rights reserved.
- // +----------------------------------------------------------------------
- // | Author: 云淡风轻(1956838968@qq.com)
- // +----------------------------------------------------------------------\
- error_reporting(0);
- if(!defined('APP_ROOT_PATH'))
- define('APP_ROOT_PATH', str_replace('verify.php', '', str_replace('\\', '/', __FILE__)));
- require './system/system_init.php';
- require APP_ROOT_PATH."system/utils/es_image.php";
- $very_name = strim($_REQUEST['name'])?strim($_REQUEST['name']):'login_verify';
- es_image::buildImageVerify(4,1,'gif',48,22,$very_name);
- ?>
|