error.php 702 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'title' => '拒绝访问',
  4. 'ForbiddenRobot' => '检测到机器人访问,禁止访问',
  5. 'ForbiddenAccess' => '检测到未知IP或使用代理访问,禁止访问',
  6. 'ForbiddenChina' => '检测到中国IP或使用代理访问,禁止访问',
  7. 'ForbiddenOversea' => '检测到海外IP或代理访问,禁止访问',
  8. 'MissingPage' => '找不到网页',
  9. 'Unauthorized' => '未授权访问',
  10. 'RefreshPage' => '请刷新页面,再重新访问',
  11. 'SystemError' => '系统错误',
  12. 'Visit' => '请访问',
  13. 'log' => '日志',
  14. 'SecurityError' => '非安全入口访问',
  15. 'SecurityEnter' => '安全入口访问',
  16. ];