error.php 696 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. ];