Skip to content
Snippets Groups Projects

Projekers - 13515051 - Girvandi Ilyas

Open Girvandi Ilyas requested to merge projekers/TugasBesar1_2017:master into master
Viewing commit 1785852f
Show latest version
24 files
+ 54
75
Preferences
Compare changes
Files
24
@@ -69,7 +69,7 @@ if(isset($_POST["submit"])) {
$isDriver = 0;
}
$user->updateProfileById($userid, $name, $phone, $isDriver, $image);
header('Location: ../view/edit-profile.php?id=' . $userid);
header('Location: ../view/profile.php?id=' . $userid);
}