Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 764 → Rev 763

/conf/alcasar-radius
161,9 → 161,7
#
# The ldap module will set Auth-Type to LDAP if it has not
# already been set
# ldap {
# fail = 1
# }
# ldap
 
#
# Enforce daily limits on time spent logged in.
/CHANGELOG
1,8 → 1,6
# $Id$
 
************ CHANGELOG ***********
---- svn ----
 
---- 2.4 ----
- Bug : some minor bugs (log rotate, intercept page, squid, ...)
- Bug : ACC - correction of the Internet connectivity test flag
/web/js/statusControler.js
228,7 → 228,7
if (head == null) head = document.body;
 
showWaitPage();
setTimeout('chilliController.refresh()', 1500);
setTimeout('chilliController.refresh()', 500);
}
 
// The event window.onbeforeunload doesn't work with some browsers like 'opera' or 'Safari'.