diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/init.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/init.php b/lib/init.php index ebef623c..d5f7eaa9 100644 --- a/lib/init.php +++ b/lib/init.php @@ -90,9 +90,6 @@ if (!$_SERVER['SERVER_NAME']) { if (!$results['user_ip_cardinality']) { $results['user_ip_cardinality'] = 42; } -if (!$results['local_length']) { - $results['local_length'] = '900'; -} /* Variables needed for vauth Module */ $results['cookie_path'] = $results['raw_web_path']; |