mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 15:56:27 +00:00
7 lines
173 B
PHP
7 lines
173 B
PHP
<?php
|
|
|
|
$g_lang['m_title'] = '500 Internal Server Error';
|
|
$g_lang['head'] = 'Site Error';
|
|
$g_lang['message'] = 'Sorry, but there is an error on the site.';
|
|
?>
|