blob: afecaa102d8d942d4f1634fffd44fc21ba49c409 (
plain)
1
2
3
4
5
6
7
8
|
<?php /* Copyright (c) 2024 Freya Murphy */
$lang['error_400'] = 'Bad request';
$lang['error_404'] = 'Resource not found';
$lang['error_500'] = 'Whoops! Server error :(';
$lang['error'] = 'An unknown error has occoured';
?>
|