xssbook2/web/lang/en_US/error_lang.php
2024-03-30 12:14:42 -04:00

9 lines
226 B
PHP

<?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';
?>