国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
518B

  1. <?php
  2. /**
  3. * @version $Id: login.php 1 8:38 2010年7月9日Z tianya $
  4. * @package DedeCMS.Member
  5. * @copyright Copyright (c) 2020, DedeBIZ.COM
  6. * @license https://www.dedebiz.com/license
  7. * @link https://www.dedebiz.com
  8. */
  9. require_once(dirname(__FILE__)."/config.php");
  10. $gourl = RemoveXSS($gourl);
  11. if($cfg_ml->IsLogin())
  12. {
  13. ShowMsg('你已经登录系统,无需重新注册!', 'index.php');
  14. exit();
  15. }
  16. require_once(dirname(__FILE__)."/templets/login.htm");