mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 01:09:21 +02:00
23 lines
752 B
PHP
23 lines
752 B
PHP
<?php
|
|
/**
|
|
* Downloads
|
|
*
|
|
* @package MyAAC
|
|
* @author Gesior <jerzyskalski@wp.pl>
|
|
* @author Slawkens <slawkens@gmail.com>
|
|
* @copyright 2017 MyAAC
|
|
* @version 0.1.5
|
|
* @link http://my-aac.org
|
|
*/
|
|
$title = 'Downloads';
|
|
?>
|
|
<br/><br/>
|
|
<center>
|
|
We're using official Tibia Client <strong><?php echo $config['client'] / 100; ?></strong><br/>
|
|
<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>
|
|
|
|
<h2>IP Changer:</h2>
|
|
|
|
<a href="https://static.otland.net/ipchanger.exe" target="_blank">HERE</a>
|
|
</center>
|