mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-17 16:46:12 +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>';
|
|
?>
|