|
|
|
|
@ -77,6 +77,8 @@ class OC_Setup { |
|
|
|
|
OC_Config::setValue('datadirectory', $datadir); |
|
|
|
|
OC_Config::setValue('dbtype', $dbtype); |
|
|
|
|
OC_Config::setValue('version',implode('.',OC_Util::getVersion())); |
|
|
|
|
OC_Config::setValue('installedat',microtime(true)); |
|
|
|
|
OC_Config::setValue('lastupdatedat',microtime(true)); |
|
|
|
|
if($dbtype == 'mysql') { |
|
|
|
|
$dbuser = $options['dbuser']; |
|
|
|
|
$dbpass = $options['dbpass']; |
|
|
|
|
|