mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 05:35:41 +12:00
add stuff
This commit is contained in:
parent
4414da4648
commit
16f41ba45f
1 changed files with 13 additions and 0 deletions
13
WebInterface/game-site/web/spendhorsebucks.php
Normal file
13
WebInterface/game-site/web/spendhorsebucks.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
session_start();
|
||||
include("common.php");
|
||||
include("config.php");
|
||||
include("header.php");
|
||||
if(!is_logged_in()){
|
||||
echo('Account information not found. please login again.');
|
||||
exit();
|
||||
}
|
||||
?>
|
||||
<B><FONT SIZE=+1>Horse Isle Horse Bucks Redemption</FONT></B><BR>You Currently have 0 Horse Bucks from Referrals/Prizes.<BR>You do not have at least 5 Horse Bucks to make an exchange.<BR><A HREF=/account.php>ACCOUNT PAGE</A><?php
|
||||
include("footer.php");
|
||||
?>
|
Loading…
Add table
Reference in a new issue