-
function __get_session_length() {
should be
$session_length = $this->__get_server_property('long_session_lifetime');
not $session_length = $this->getServerProperty('long_session_lifetime');.
2009-01-26 23:47:46 UTC in Lightweight Authentication Module (LAM)
-
license loading ordering is random, with a low threshold a license like gplv2 vs gplv3 is chosen at random. Force a consistent ordering.
2009-01-08 20:09:43 UTC in Open Source License Checker
-
use a higher threshold to prevent false positives. Also includes new regex license file names.
2009-01-08 19:59:34 UTC in Open Source License Checker
-
new gpl3 licenses.
2009-01-08 19:55:11 UTC in Open Source License Checker
-
allow user to override license file list. Also use by default from the program directory than home. $home can cause issues with non-login accounts.
2009-01-08 19:45:07 UTC in Open Source License Checker