diff --git a/system/src/Settings.php b/system/src/Settings.php index fea52d04..2a7a1681 100644 --- a/system/src/Settings.php +++ b/system/src/Settings.php @@ -184,11 +184,11 @@ class Settings implements \ArrayAccess } ?>

- +
- + diff --git a/system/templates/admin.changelog.html.twig b/system/templates/admin.changelog.html.twig index 7581beef..bee10934 100644 --- a/system/templates/admin.changelog.html.twig +++ b/system/templates/admin.changelog.html.twig @@ -1,6 +1,6 @@
-
News: +
Changelogs:
{{ csrf() }} diff --git a/system/templates/online.html.twig b/system/templates/online.html.twig index a15cb5f3..0593f884 100644 --- a/system/templates/online.html.twig +++ b/system/templates/online.html.twig @@ -138,22 +138,22 @@ {% set content %}
NameValueValue Description
- + {% if setting('core.account_country') %} - {% endif %} {% if setting('core.online_outfit') %} - + {% endif %} - - - @@ -169,14 +169,14 @@ {% endif %} {% if setting('core.online_outfit') %} - + {% endif %} - - - + + {% endfor %}
#   + #   OutfitOutfitName   + Name   [sort] Level   + Level   [sort] Vocation   + Vocation   [sort] player outfitplayer outfit + {{ player.name|raw }}{{ player.skull|raw }} {{ player.level }}{{ player.vocation }}{{ player.level }}{{ player.vocation }}
diff --git a/tools/signature/index.php b/tools/signature/index.php index c791831b..f981d44d 100644 --- a/tools/signature/index.php +++ b/tools/signature/index.php @@ -35,14 +35,14 @@ if(!isset($_REQUEST['name'])) die('Please enter name as get or post parameter.'); - $name = stripslashes(ucwords(strtolower(trim($_REQUEST['name'])))); $player = new OTS_Player(); - $player->find($name); + $player->find($_REQUEST['name']); if(!$player->isLoaded()) { - header('Content-type: image/png'); - readfile(SIGNATURES_IMAGES.'nocharacter.png'); + //header('Content-type: image/png'); + //readfile(SIGNATURES_IMAGES.'nocharacter.png'); + http_response_code(404); exit; }