国内流行的内容管理系统(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
506B

  1. <?php
  2. /**
  3. * @version $id:login.php 8:38 2010年7月9日 tianya $
  4. * @package DedeBIZ.User
  5. * @copyright Copyright (c) 2022 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. ShowMsg('您已经登录,无需重新注册', 'index.php');
  13. exit();
  14. }
  15. require_once(dirname(__FILE__)."/templets/login.htm");
  16. ?>