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

@ -391,9 +391,6 @@ class OC_Setup {
self::createHtaccess();
}
// Set the admin auth time
OC_Config::setValue('enhancedauthtime', 15 * 60);
//and we are done
OC_Config::setValue('installed', true);
}