mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
9 lines
261 B
PHP
9 lines
261 B
PHP
<?php
|
|
|
|
return [
|
|
'404_title' => 'Not Found',
|
|
'403_title' => 'Forbidden',
|
|
'404_message' => 'The page you were looking for was not found.',
|
|
'403_message' => 'Access to this resources on the site is denied!',
|
|
'home_page' => 'Go to Home Page',
|
|
]; |