verify.php 814 B

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