diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-10-16 01:04:34 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-10-16 01:04:34 +0200 |
commit | c85c35dfae8fa7135d42c905f955ff71af849b6a (patch) | |
tree | b17ca19953f1edf8ee53c21e61aa7f7f8366c128 /lib/setup.php | |
parent | 5c0407306c56ccf583ad679d30f13b75c3856c55 (diff) | |
download | nextcloud-server-c85c35dfae8fa7135d42c905f955ff71af849b6a.tar.gz nextcloud-server-c85c35dfae8fa7135d42c905f955ff71af849b6a.zip |
Don't add the enhanced auth time to the configuration
Diffstat (limited to 'lib/setup.php')
-rw-r--r-- | lib/setup.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/setup.php b/lib/setup.php index 2ac91482e54..3c92e9c5599 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -390,10 +390,7 @@ class OC_Setup { if (isset($_SERVER['SERVER_SOFTWARE']) && strstr($_SERVER['SERVER_SOFTWARE'], 'Apache')) { self::createHtaccess(); } - - // Set the admin auth time - OC_Config::setValue('enhancedauthtime', 15 * 60); - + //and we are done OC_Config::setValue('installed', true); } |