mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 04:35:52 +12:00
Fix some crashes
This commit is contained in:
parent
197dc53270
commit
323d5f4408
4 changed files with 6 additions and 9 deletions
|
@ -3,7 +3,7 @@ if(session_status() !== PHP_SESSION_ACTIVE)
|
|||
session_start();
|
||||
|
||||
if(!function_exists('is_logged_in'))
|
||||
include('common.php');
|
||||
include('../common.php');
|
||||
?>
|
||||
<HEAD>
|
||||
<TITLE>HORSE ISLE - Online Multiplayer Horse Game</TITLE>
|
||||
|
@ -125,4 +125,4 @@ color: #440000;
|
|||
<TD WIDTH=100% BACKGROUND=/web/hoilgui6.gif> </TD>
|
||||
<TD WIDTH=29><IMG SRC=/web/hoilgui7.gif></TD></TR>
|
||||
</TABLE>
|
||||
<CENTER>
|
||||
<CENTER>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue