| 123456789101112131415161718 | 
							- <?php
 
- return [
 
- 	'title'            => 'ACCESS DENIED',
 
- 	'ForbiddenRobot'   => 'Robot Access Forbidden',
 
- 	'ForbiddenAccess'  => 'IP or Proxy Access Forbidden',
 
- 	'ForbiddenChina'   => 'China IP or Proxy Access Forbidden',
 
- 	'ForbiddenOversea' => 'Oversea IP or Proxy Access Forbidden',
 
- 	'MissingPage'      => 'Page Not Found',
 
- 	'Unauthorized'     => 'Unauthorized visit',
 
- 	'Refresh'          => 'Refresh',
 
- 	'RefreshPage'      => 'Refresh Page, Try One More Time',
 
- 	'SystemError'      => 'System Error',
 
- 	'Visit'            => 'Please visit',
 
- 	'log'              => 'Logs',
 
- 	'SecurityError'    => 'unsafe visit',
 
- 	'SecurityEnter'    => 'Safety Enter',
 
- ];
 
 
  |