Register globals
This commit is contained in:
parent
60e548d25f
commit
e7b1dcd803
|
@ -29,15 +29,15 @@
|
|||
*/
|
||||
require_once("../class/config.php");
|
||||
|
||||
if (!is_array($d)) {
|
||||
$d[]=$d;
|
||||
}
|
||||
$fields = array (
|
||||
"d" => array ("post", "array", ""),
|
||||
"dir" => array ("post", "string", ""),
|
||||
);
|
||||
getFields($fields);
|
||||
|
||||
reset($d);
|
||||
if (!$hta->del_user($d,$dir)) {
|
||||
$error=$err->errstr();
|
||||
|
||||
|
||||
}
|
||||
|
||||
include("hta_edit.php");
|
||||
|
|
Loading…
Reference in New Issue