Update user_imports.php
This commit is contained in:
parent
439bf73ad4
commit
9fbd23779c
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue