diff --git a/lib/setup.php b/lib/setup.php index 2ac91482e54a789003ec39bd0e708021405222aa..3c92e9c5599112a93a98f1facd514281b8ac9296 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); }