mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
Add Dress up Multiroom?
This commit is contained in:
parent
13435cf37f
commit
99c604e926
14 changed files with 420 additions and 47 deletions
0
WebInterface/game-site/horseisle.swf/horseisle_patched.swf → WebInterface/game-site/horseisle.swf
Executable file → Normal file
0
WebInterface/game-site/horseisle.swf/horseisle_patched.swf → WebInterface/game-site/horseisle.swf
Executable file → Normal file
Binary file not shown.
Binary file not shown.
|
@ -1,18 +0,0 @@
|
|||
<?php
|
||||
# Decide which version to use
|
||||
if($_SERVER['HTTP_USER_AGENT'] == "Shockwave Flash") # Projector
|
||||
{
|
||||
$file = file_get_contents("horseisle_projector.swf");
|
||||
header("Content-Type: application/x-shockwave-flash");
|
||||
header("Content-Length: ".sizeof($file));
|
||||
echo($file);
|
||||
}
|
||||
else
|
||||
{
|
||||
$file = file_get_contents("horseisle_patched.swf");
|
||||
header("Content-Type: application/x-shockwave-flash");
|
||||
header("Content-Length: ".sizeof($file));
|
||||
echo($file);
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue