fixed abort button

This commit is contained in:
Roland Gruber 2003-05-25 11:32:36 +00:00
parent 3e1344f19e
commit 1ff99ce512
1 changed files with 1 additions and 1 deletions

View File

@ -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']) {