mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 22:32:49 +00:00
first commit
This commit is contained in:
Executable
+11
@@ -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>';
|
||||
?>
|
||||
Reference in New Issue
Block a user