mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
7 lines
173 B
PHP
Executable File
7 lines
173 B
PHP
Executable File
<?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.';
|
|
?>
|