自定义修改 ThinkPHP 错误提示信息
通过查看config.php 文件可以看出thinkphp
默认的抛出异常文件为think_exception.tpl文件
自定义修改 ThinkPHP 错误提示信息
通过查看config.php 文件可以看出thinkphp
默认的抛出异常文件为think_exception.tpl文件
centos7以上版本内置防火墙, 不再使用原来的iptables,启用firewalld
下面以firewalld服务为例:
1. firewalld服务启用/停用
启动服务:systemctl start firewalld.service
关闭服务:systemctl stop firewalld.service
阅读全文 “Centos7 防火墙设置”