Alpha 0.0.1 profile picture upload shizzle!

This commit is contained in:
Marijn Jansen
2017-01-20 14:55:47 +01:00
parent 28578adb11
commit 59d4740ad5
3 changed files with 29 additions and 5 deletions

View File

@@ -22,12 +22,13 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
$result = updateSettings();
break;
case "password":
$result = updatePassword();
$result = changePassword();
break;
case "email":
$result = changeEmail();
break;
case "picture":
updateProfilePicture();
$result = $notImplemented;
break;
}