mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Client 11 support. (loginWebService)
Using this IP changer: https://github.com/jo3bingham/tibia-11-ip-changer Instead of IP, you write website URL to IP changer.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php require_once 'engine/init.php'; include 'layout/overall/header.php';
|
||||
<?php if($_SERVER['HTTP_USER_AGENT'] == "Mozilla/5.0") { require_once 'login.php'; die(); } // Client 11 loginWebService
|
||||
require_once 'engine/init.php'; include 'layout/overall/header.php';
|
||||
|
||||
if (!isset($_GET['page'])) {
|
||||
$page = 0;
|
||||
|
Reference in New Issue
Block a user