Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2380 → Rev 2381

/CHANGELOG
12,6 → 12,7
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).
- IP address of active users are properly clean from "current_users.txt".
- Fix allowed MAC address detection in ACC activity page.
 
-------------------- 3.1.4 --------------------
NEWS
/web/acc/manager/lib/sql/find.php
10,7 → 10,7
 
$link = da_sql_pconnect($config);
if ($link){
$search = da_sql_escape_string($link, $search);
$search = da_sql_escape_string($link, strtolower($search));
if (!isset($max) || !is_numeric($max))
# $max = 10;
# modif by MG fo Alcasar