Change the name of userupdate.php to user_edit.php in the code.
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
$apps[$x]['menu'][0]['uuid'] = '4d532f0b-c206-c39d-ff33-fc67d668fb69';
|
$apps[$x]['menu'][0]['uuid'] = '4d532f0b-c206-c39d-ff33-fc67d668fb69';
|
||||||
$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
|
$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
|
||||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||||
$apps[$x]['menu'][0]['path'] = '/app/users/usersupdate.php';
|
$apps[$x]['menu'][0]['path'] = 'user/user_edit.php';
|
||||||
$apps[$x]['menu'][0]['groups'][] = 'user';
|
$apps[$x]['menu'][0]['groups'][] = 'user';
|
||||||
$apps[$x]['menu'][0]['groups'][] = 'admin';
|
$apps[$x]['menu'][0]['groups'][] = 'admin';
|
||||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ if (count($_POST)>0 && $_POST["persistform"] != "1") {
|
|||||||
|
|
||||||
//redirect the browser
|
//redirect the browser
|
||||||
require_once "includes/header.php";
|
require_once "includes/header.php";
|
||||||
echo "<meta http-equiv=\"refresh\" content=\"2;url=".PROJECT_PATH."/app/users/usersupdate.php\">\n";
|
echo "<meta http-equiv=\"refresh\" content=\"2;url=".PROJECT_PATH."/app/user/user_edit.php\">\n";
|
||||||
echo "<div align='center'>".$content_users['confirm-update']."</div>";
|
echo "<div align='center'>".$content_users['confirm-update']."</div>";
|
||||||
require_once "includes/footer.php";
|
require_once "includes/footer.php";
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user