mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Removing zeotss services. This was a project in development that never got functional.
This commit is contained in:
11
config.php
11
config.php
@@ -560,16 +560,7 @@
|
||||
'debug' => false, // Enable debugging if you have problems and are looking for errors.
|
||||
'fromName' => $config['site_title'],
|
||||
);
|
||||
// Use Znote's External Open Tibia Services Server
|
||||
// Currently in Alpha and is pretty useless, but will contain paypal blacklist etc in future.
|
||||
// You can use the official server: http://zeotss.znote.eu/
|
||||
// Or host your own private one, here is the code: https://github.com/Znote/ZEOTSS
|
||||
$config['zeotss'] = array(
|
||||
'enabled' => false,
|
||||
'visitors' => false,
|
||||
'debug' => false,
|
||||
'server' => "http://zeotss.znote.eu/"
|
||||
);
|
||||
|
||||
// Don't touch this unless you know what you are doing. (modifying this(key value) also requires modifications in OT files /XML/commands.xml).
|
||||
$config['ingame_positions'] = array(
|
||||
1 => 'Player',
|
||||
|
Reference in New Issue
Block a user