summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-29 22:47:27 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-29 22:47:27 +0000
commit4fc1bffcde95ab4e2d91402771e87cd39b5d1ccb (patch)
tree30b7eda9bf34bc24dcf7740c107a9f7d71875afd /lib/init.php
parentd61f395465ed22effccd154782fde7f78f903dbf (diff)
downloadampache-4fc1bffcde95ab4e2d91402771e87cd39b5d1ccb.tar.gz
ampache-4fc1bffcde95ab4e2d91402771e87cd39b5d1ccb.tar.bz2
ampache-4fc1bffcde95ab4e2d91402771e87cd39b5d1ccb.zip
prep commit for the 3.4-alpha1 release
Diffstat (limited to 'lib/init.php')
-rw-r--r--lib/init.php3
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'];