Files
auth-site/html/forums/install/resources/upgrade19.php
T
2018-04-29 02:36:24 -07:00

25 lines
380 B
PHP

<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
*
*/
/**
* Upgrade Script: 1.6.1 or 1.6.2
*/
$upgrade_detail = array(
"revert_all_templates" => 0,
"revert_all_themes" => 0,
"revert_all_settings" => 0
);
@set_time_limit(0);
/* Nothing to do for 1.6.1 and 1.6.2 */