Update user_imports.php

This commit is contained in:
FusionPBX 2018-09-28 10:46:03 -06:00 committed by GitHub
parent 439bf73ad4
commit 9fbd23779c
1 changed files with 2 additions and 2 deletions

View File

@ -367,7 +367,7 @@
}
//send the redirect header
header("Location: ../../core/users/users.php");
header("Location: users.php");
return;
}
}
@ -383,7 +383,7 @@
echo " ".$text['description-import']."\n";
echo " </td>\n";
echo " <td valign='top' width='70%' align='right'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='../../core/users/users.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='users.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
//echo " <input name='submit' type='submit' class='btn' id='import' value=\"".$text['button-import']."\">\n";
echo " </td>\n";
echo " </tr>\n";