Show equipable items in server based in items.xml (#286)

* items.php

* Update items.php

* Another tabs update
This commit is contained in:
Matheus Grilo
2017-03-16 15:23:34 -03:00
committed by Stefan A. Brannfjell
parent 5453bb96d1
commit add2738e76
4 changed files with 31602 additions and 0 deletions

View File

@@ -4,6 +4,10 @@
define('ZNOTE_OS', ($isWindows) ? 'WINDOWS' : 'LINUX');
}
// If you want to use items.php (not 100% yet, I guess)
// Tested with TFS items.xml master (1.3)
$config['items'] = false;
// Available options: TFS_02, TFS_03
// TFS 0.2 = TFS_02
// TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!