mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Fix #289 Google safebrowser false positive
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<h2>Sub system Override DEMO</h2>
|
||||
<p>In order to play, you need an compatible IP changer and a Tibia client.</p>
|
||||
|
||||
<p>Download otland IP changer <a href="http://static0.otland.net/ipchanger.exe">HERE</a>.</p>
|
||||
<p>Download otland IP changer <a href="https://static0.otland.net/ipchanger.exe">HERE</a>.</p>
|
||||
<p>Download Tibia client <?php echo ($config['client'] / 100); ?> for windows <a href="<?php echo $config['client_download']; ?>">HERE</a>.</p>
|
||||
<p>Download Tibia client <?php echo ($config['client'] / 100); ?> for linux <a href="<?php echo $config['client_download_linux']; ?>">HERE</a>.</p>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<a href="<?php echo $config['client_download']; ?>">Download</a> and install the tibia client if you havent already.
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://static0.otland.net/ipchanger.exe">Download</a> and run the IP changer.
|
||||
<a href="https://static0.otland.net/ipchanger.exe">Download</a> and run the IP changer.
|
||||
</li>
|
||||
<li>
|
||||
In the IP changer, write this in the IP field: <?php echo $_SERVER['SERVER_NAME']; ?>
|
||||
|
Reference in New Issue
Block a user