ソースを参照

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');


読み込み中…
キャンセル
保存