first commit

This commit is contained in:
/usr/bin/nano
2017-04-15 01:34:36 +03:00
commit c715e2a604
5325 changed files with 329700 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
$g_lang['m_title'] = '404 Page not found';
$g_lang['head'] = 'Page not found';
$g_lang['message'] = '<p>Sorry but page was not found on the server.</p>
<p>Perhaps these options can help you:</p>
<ul>
<li>Go to the <a href="' . SiteRoot() . '" title="Go to home page">home page</a></li>
<li>Return to the <a href="javascript:history.back()" title="Go to previous page">previous page</a></li>
</ul>';
?>