关于如何删除meta name="Generator" content="ECSHOP

2016-09-11 20:39 来源:www.chinab4c.com 作者:ecshop专家

应ecshop用户需求,有些客户需要删除meta name="Generator" content="ECSHOPv2.73"

下面教大家如何去删除

首先这段代码是ecshop使用版本的代码,打开文件includes/cls_template.php,找到下面这样的代码,大概在1056--1089行左右。

$source = preg_replace(‘/<head>/i’, “<head> <meta name=\\”Generator\\” content=\\”" . APPNAME .’ ‘ . VERSION . “\\” />”,  $source);

注释掉,或者改成你想要的文字,后台清除缓存即可