Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2332 → Rev 2333

/CHANGELOG
19,6 → 19,7
 
BUGS
- Display info field for DHCP static equipment
- Fix bug which the encrypted password is printed in a random column in the ACC user editor.
 
SECU
- Rename Fail2Ban rule "alcasar_acc-htdigest" to "alcasar_acc" (iptables does not support long name).
/web/acc/manager/lib/sql/defaults.php
81,6 → 81,7
echo "<b>Database query failed: " . da_sql_error($link,$config) . "</b><br>\n";
if (isset($tmp)){
foreach(array_keys($tmp) as $val){
unset($key);
if ($val == '')
continue;
$key = $rev_attrmap["$val"];
/web/acc/manager/lib/sql/group_info.php
97,6 → 97,7
echo "<b>Database query failed partially: " . da_sql_error($link,$config) . "</b><br>\n";
if (isset($tmp)){
foreach(array_keys($tmp) as $val){
unset($key);
if ($val == '')
continue;
$key = $rev_attrmap["$val"];
/web/acc/manager/lib/sql/user_info.php
99,6 → 99,7
echo "<b>Database query failed partially: " . da_sql_error($link,$config) . "</b><br>\n";
if (isset($tmp)){
foreach(array_keys($tmp) as $val){
unset($key);
if ($val == '')
continue;
if(isset($rev_attrmap["$val"])) {