Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2381 → Rev 2382

/CHANGELOG
8,6 → 8,7
 
ACC
- Add a regex validation when add a local DNS host or a static IP address to avoid breaking the dnsmasq service.
- Do not show user/group header menu after deleted it.
 
BUGS
- Fix the open of status.php when the user has a redirection URL attribute defined (force redirection to intercept.php after login instead of WISPr-Redirection-URL attribute value).
/web/acc/manager/htdocs/user_delete.php
49,10 → 49,12
<table border=0 width=640 cellpadding=0 cellspacing=2>
EOM;
 
if ($user_type != 'group')
include("../html/user_toolbar.html.php");
else
include("../html/group_toolbar.html.php");
if ($delete_user != 1) {
if ($user_type != 'group')
include("../html/user_toolbar.html.php");
else
include("../html/group_toolbar.html.php");
}
 
print <<<EOM
</table>