mirror of
https://silica.codes/islehorse/HorseIsleWeb.git
synced 2025-05-24 20:16:31 +12:00
Add files via upload
This commit is contained in:
parent
c632c19c34
commit
fb0a78cf76
17 changed files with 1808 additions and 1799 deletions
|
@ -1,27 +1,27 @@
|
|||
<?php
|
||||
session_start();
|
||||
include("config.php");
|
||||
|
||||
// Handle logout
|
||||
if(isset($_GET["LOGOUT"]))
|
||||
{
|
||||
if($_GET["LOGOUT"] == 1)
|
||||
{
|
||||
session_destroy();
|
||||
}
|
||||
}
|
||||
|
||||
include("web/header.php");
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<CENTER>
|
||||
<FONT FACE=Verdana,arial SIZE=-1>
|
||||
<BR>
|
||||
If you have an account on this server (<?php echo(strtoupper($_SERVER['HTTP_HOST']))?>) please login in at upper right.<BR>
|
||||
Otherwise click for <A href=http:<?php echo($master_site); ?>>Main Horse Isle 1 Site</A>.
|
||||
<BR><BR>
|
||||
|
||||
|
||||
<?php
|
||||
session_start();
|
||||
include("config.php");
|
||||
|
||||
// Handle logout
|
||||
if(isset($_GET["LOGOUT"]))
|
||||
{
|
||||
if($_GET["LOGOUT"] == 1)
|
||||
{
|
||||
session_destroy();
|
||||
}
|
||||
}
|
||||
|
||||
include("web/header.php");
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<CENTER>
|
||||
<FONT FACE=Verdana,arial SIZE=-1>
|
||||
<BR>
|
||||
If you have an account on this server (<?php echo(strtoupper($_SERVER['HTTP_HOST']))?>) please login in at upper right.<BR>
|
||||
Otherwise click for <A href=http:<?php echo($master_site); ?>>Main Horse Isle 1 Site</A>.
|
||||
<BR><BR>
|
||||
|
||||
|
||||
<?php include("web/footer.php"); ?>
|
Loading…
Add table
Add a link
Reference in a new issue