Pārlūkot izejas kodu

Update config.php

tags/6.5.8
tianya pirms 1 nedēļas
vecāks
revīzija
be0985cf85
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      src/user/config.php

+ 2
- 1
src/user/config.php Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt