Onex ecstore与bbc去除底部版权
进入ecstore根目录:
config/config.php中添加代码:
define('WITHOUT_POWERED', true);//去除底部版权
进入bbc根目录:
config/compatible.php中添加代码:
define('REMOVE_POWERED', true);//去除底部版权
config/config.php中添加代码:
define('WITHOUT_POWERED', true);//去除底部版权
config/compatible.php中添加代码:
define('REMOVE_POWERED', true);//去除底部版权