settings succes mesages

This commit is contained in:
Marijn Jansen
2017-01-18 14:51:03 +01:00
parent 4fe142eb51
commit e73fcd420c
4 changed files with 50 additions and 9 deletions

View File

@@ -19,10 +19,10 @@ include("../views/main.php");
if ($_SERVER["REQUEST_METHOD"] == "POST") {
switch ($_POST["form"]) {
case "profile":
updateSettings();
$result = updateSettings();
break;
case "password":
updatePassword();
$result = updatePassword();
break;
case "email":
break;