diff --git a/WebInterface/game-site/web/crosserver.php b/WebInterface/game-site/web/crosserver.php
index f87195f..ccb2593 100644
--- a/WebInterface/game-site/web/crosserver.php
+++ b/WebInterface/game-site/web/crosserver.php
@@ -8,7 +8,7 @@ function GenHmacMessage(string $data, string $channel)
echo("
Set \$hmac_secret in config.php!
");
exit();
}
- $hmac = hash_hmac('sha256', $data, $hmac_secret.$channel.$_SERVER['REMOTE_ADDR'].date('mdYhi'));
+ $hmac = hash_hmac('sha256', $data, $hmac_secret.$channel.$_SERVER['REMOTE_ADDR'].date('mdy'));
return $hmac;
}
diff --git a/WebInterface/game-site/web/ppemu.php b/WebInterface/game-site/web/ppemu.php
index f31b627..d695c63 100644
--- a/WebInterface/game-site/web/ppemu.php
+++ b/WebInterface/game-site/web/ppemu.php
@@ -1,7 +1,7 @@
-NOTE: $1USD = $ HorseIsle Money! (you have $)
This purchase is for User: Do you want to purchase?
Yes | No
+NOTE: $1USD = $ HorseIsle Money! (you have $)
This purchase is for User: Do you want to purchase?
">Yes | No
\ No newline at end of file
diff --git a/WebInterface/master-site/crosserver.php b/WebInterface/master-site/crosserver.php
index f87195f..ccb2593 100644
--- a/WebInterface/master-site/crosserver.php
+++ b/WebInterface/master-site/crosserver.php
@@ -8,7 +8,7 @@ function GenHmacMessage(string $data, string $channel)
echo("Set \$hmac_secret in config.php!
");
exit();
}
- $hmac = hash_hmac('sha256', $data, $hmac_secret.$channel.$_SERVER['REMOTE_ADDR'].date('mdYhi'));
+ $hmac = hash_hmac('sha256', $data, $hmac_secret.$channel.$_SERVER['REMOTE_ADDR'].date('mdy'));
return $hmac;
}
diff --git a/WebInterface/master-site/web/news.php b/WebInterface/master-site/web/news.php
index 2592f44..50103ea 100755
--- a/WebInterface/master-site/web/news.php
+++ b/WebInterface/master-site/web/news.php
@@ -1,7 +1,7 @@