Update user_edit.php
This commit is contained in:
parent
76028222b9
commit
9fb0c1fe4f
|
|
@ -44,8 +44,6 @@
|
|||
$action = 'add';
|
||||
}
|
||||
else {
|
||||
echo 'here';
|
||||
exit;
|
||||
// load users own account
|
||||
header("Location: user_edit.php?id=".$_SESSION['user_uuid']);
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Reference in New Issue