Revision f8f3732a
Added by Ermal LUÇI about 14 years ago
usr/local/www/system_usermanager.php | ||
---|---|---|
49 | 49 |
require("certs.inc"); |
50 | 50 |
require("guiconfig.inc"); |
51 | 51 |
|
52 |
if (isAllowedPage("system_usermanager*")) { |
|
52 |
if (isAllowedPage("system_usermanager.php*")) {
|
|
53 | 53 |
|
54 | 54 |
// start admin user code |
55 | 55 |
$pgtitle = array(gettext("System"),gettext("User Manager")); |
Also available in: Unified diff
Fixes #1412. Properly pass the page to match so users are not always presented with the change password screen. Proper fix.