mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 15:56:27 +00:00
5 lines
123 B
PHP
Executable File
5 lines
123 B
PHP
Executable File
<?php
|
|
|
|
$g_lang['title_notg'] = 'Page is not ready';
|
|
$g_lang['text'] = '<p>Sorry but page is not ready yet.</p>';
|
|
?>
|