Przeglądaj źródła

Update config.php

tags/6.5.8
tianya 2 tygodni temu
rodzic
commit
be0985cf85
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      src/user/config.php

+ 2
- 1
src/user/config.php Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz