Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 763 → Rev 764

/conf/alcasar-radius
161,7 → 161,9
#
# The ldap module will set Auth-Type to LDAP if it has not
# already been set
# ldap
# ldap {
# fail = 1
# }
 
#
# Enforce daily limits on time spent logged in.
/CHANGELOG
1,6 → 1,8
# $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()', 500);
setTimeout('chilliController.refresh()', 1500);
}
 
// The event window.onbeforeunload doesn't work with some browsers like 'opera' or 'Safari'.