2024-03-30 16:14:42 +00:00
|
|
|
<?php /* Copyright (c) 2024 Freya Murphy */
|
2024-03-30 02:29:56 +00:00
|
|
|
|
|
|
|
$lang['error_400'] = 'Bad request';
|
|
|
|
$lang['error_404'] = 'Resource not found';
|
|
|
|
$lang['error_500'] = 'Whoops! Server error :(';
|
|
|
|
$lang['error'] = 'An unknown error has occoured';
|
|
|
|
|
|
|
|
?>
|