fixed abort button
This commit is contained in:
parent
3e1344f19e
commit
1ff99ce512
|
@ -40,7 +40,7 @@ if (!$_SESSION['ldap'] || !$_SESSION['ldap']->server()) {
|
|||
if ($_POST['forward'] == "yes") {
|
||||
// on abort go back to main page
|
||||
if ($_POST['abort']) {
|
||||
echo("<meta http-equiv=\"refresh\" content=\"0; URL=../main.php\">");
|
||||
echo("<meta http-equiv=\"refresh\" content=\"0; URL=../lists/listusers.php\">");
|
||||
}
|
||||
// on submit forward to other profile pages
|
||||
elseif ($_POST['submit']) {
|
||||
|
|
Loading…
Reference in New Issue