Add: $lang["navbar"]["groupassigner"], $lang["grouppage"]["title"], $lang["grouppage"]["tsuid"], $lang["grouppage"]["tsgroup"], $lang["grouppage"]["send"],
$lang["grouppage"]["error"]["offline"], $lang["grouppage"]["error"]["notallowed"], $lang["grouppage"]["error"]["duplicate"], $lang["grouppage"]["success"]["success"]
- Config (config.template.php) (Needs a Change in your Config) -
Add:
$config["groupassigner"], $config["groups"]["allowgroups"]
- Header (header.php) -
When the Groupassigner is active, then "Server Viewer" is a Dropdown Menu with the Link for the Groupassigner, when is inactive then is only a Link to the "Server Viewer"
- Groupassigner (groupassigner.php)
When the Groupassigner is active, then shows a Form with the UID and the ServerGroups was in the Config ($config["groups"]["allowgroups"]).
If the form is manipulated, and the server group is not in $config["groups"]["allowgroups"] then it will also output an error if the server is offline, or the login data for Server Query is incorrect.
* Update README.md
* Update README.md
* Update lang.de.php
Changed "Error" to "Fehler"
* Update readme.md
- Added the German Readme URL
* Update README.md
* Update lang.de.php
- Changed the "takealook"
Thanks to @Bluscream
* Update adminlist.php
Change the Date Format from xx-xx-xxxx to xx.xx.xxxx
* Update bans.php
Changed the Dateformat from xx-xx-xxxx to xx.xx.xxxx
* Update bans.php
Changed the Dateformat from xx-xx-xxxx to xx.xx.xxxx
* Update README.md
* Create composer.json
added composer.json with mbstring for heroku support
* Update .gitignore
Added heroku's entries to the gitignore file
* Update composer.json
- Fixed XSS vulnerabilities - closes#57
- Added dev mode to cache class, allowing you to disable caching for development and debugging
- Translated few hardcoded strings
All ts-website users are advised to update their installation