error.php 620 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'title' => 'ACCESS DENIED',
  4. 'ForbiddenRobot' => 'Robot Access Forbidden',
  5. 'ForbiddenAccess' => 'IP or Proxy Access Forbidden',
  6. 'ForbiddenChina' => 'China IP or Proxy Access Forbidden',
  7. 'ForbiddenOversea' => 'Oversea IP or Proxy Access Forbidden',
  8. 'MissingPage' => 'Page Not Found',
  9. 'Unauthorized' => 'Unauthorized visit',
  10. 'Refresh' => 'Refresh',
  11. 'RefreshPage' => 'Refresh Page, Try One More Time',
  12. 'SystemError' => 'System Error',
  13. 'Visit' => 'Please visit',
  14. 'log' => 'Logs',
  15. 'SecurityError' => 'unsafe visit',
  16. 'SecurityEnter' => 'Safety Enter',
  17. ];