mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 00:06:40 +00:00
7 lines
180 B
PHP
Executable File
7 lines
180 B
PHP
Executable File
<?php
|
|
|
|
$g_lang['m_title'] = '500 Error interno en el servidor';
|
|
$g_lang['head'] = 'Error del sitio';
|
|
$g_lang['message'] = 'Disculpa, hay un error con el sitio.';
|
|
?>
|