Explorar el Código

Update config.php

tags/6.5.8
tianya hace 3 meses
padre
commit
be0985cf85
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/user/config.php

+ 2
- 1
src/user/config.php Ver fichero

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


Cargando…
Cancelar
Guardar