如何将ECSHOP meta标签中的版本号去掉,如:
在includes/cls_template.php,cls_template.php文件中找到如下代码:
/* 在头部加入版本信息 */$source = preg_replace('//i', "\r\n ",$source);
将它注释,就可以去掉。
转载自:
本文共 221 字,大约阅读时间需要 1 分钟。
如何将ECSHOP meta标签中的版本号去掉,如:
在includes/cls_template.php,cls_template.php文件中找到如下代码:
/* 在头部加入版本信息 */$source = preg_replace('//i', "\r\n ",$source);
将它注释,就可以去掉。
转载自:
转载于:https://my.oschina.net/u/1179286/blog/639521