blessing-skin-server/database/update_scripts/update-3.0.1-to-3.0.2.php
2016-11-18 16:46:58 +08:00

21 lines
409 B
PHP

<?php
/**
* @Author: printempw
* @Date: 2016-08-11 13:08:13
* @Last Modified by: printempw
* @Last Modified time: 2016-08-29 13:47:13
*/
$options = [
'avatar_query_string' => '0',
'version' => '',
'check_update' => '1',
'update_source' => 'github'
];
foreach ($options as $key => $value) {
Option::set($key, $value);
}
Option::set('version', '3.0.2');