Update user_edit.php

This commit is contained in:
FusionPBX 2019-07-20 09:58:41 -06:00 committed by GitHub
parent cf4bc6a64e
commit 3b491ceb12
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@
$action = 'add';
}
else {
echo 'here';
exit;
// load users own account
header("Location: user_edit.php?id=".$_SESSION['user_uuid']);
exit;