From c85c35dfae8fa7135d42c905f955ff71af849b6a Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 16 Oct 2012 01:04:34 +0200 Subject: [PATCH] Don't add the enhanced auth time to the configuration --- lib/setup.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/setup.php b/lib/setup.php index 2ac91482e5..3c92e9c559 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); }