Don't add the enhanced auth time to the configuration

This commit is contained in:
Lukas Reschke 2012-10-16 01:04:34 +02:00
parent 5c0407306c
commit c85c35dfae
1 changed files with 1 additions and 4 deletions

View File

@ -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);
}