Skip to content

Commit 13b06c5

Browse files
committed
Merge branch 'development'
2 parents 4b4fad4 + fdd658b commit 13b06c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

users/control/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
// Update profile picture
4141
if (array_key_exists('chpp', $_POST)) {
42-
$seed = $_POST["seed"];
42+
$seed = preg_replace('/[^A-Za-z0-9\-]/', '', $_POST["seed"]);
4343
$sprite = $_POST["slctsprite"];
4444
if ($sprite == "human") {
4545
$sprite = $_POST["selectsph"];

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.2.0-alpha
1+
v2.2.1-alpha

0 commit comments

Comments
 (0)