소스 검색

Update config.php

tags/6.5.8
tianya 2 주 전
부모
커밋
be0985cf85
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/user/config.php

+ 2
- 1
src/user/config.php 파일 보기

@@ -9,6 +9,7 @@
* @link https://www.dedebiz.com
*/
define('DEDEUSER', true);
require_once(dirname(__FILE__).'/../system/common.inc.php');
//针对会员中心操作进行XSS过滤
function XSSClean($val)
{
@@ -28,7 +29,7 @@ $_GET = XSSClean($_GET);
$_POST = XSSClean($_POST);
$_REQUEST = XSSClean($_REQUEST);
$_COOKIE = XSSClean($_COOKIE);
require_once(dirname(__FILE__).'/../system/common.inc.php');
require_once(DEDEINC.'/filter.inc.php');
require_once(DEDEINC.'/memberlogin.class.php');
require_once(DEDEINC.'/dedetemplate.class.php');


불러오는 중...
취소
저장