ecmall define('IN_ECS', true);

define('IN_ECS', true); 说明这个页面是Ecshop系统的一个页面,引用ECSHOP中的某些函数库lib/cls时候通常要用到 if (!defined('IN_ECS')) { die('Hacking attempt'); } 检查是否被来历不明的代码引用
posted @ 2010-04-27 10:34  liuwei0514  Views(207)  Comments(0)    收藏  举报