inital commit
This commit is contained in:
25
webroot/forum/install/resources/upgrade9.php
Normal file
25
webroot/forum/install/resources/upgrade9.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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.2.3, 1.2.4, 1.2.5 or 1.2.6
|
||||
*/
|
||||
|
||||
|
||||
$upgrade_detail = array(
|
||||
"revert_all_templates" => 0,
|
||||
"revert_all_themes" => 0,
|
||||
"revert_all_settings" => 0
|
||||
);
|
||||
|
||||
@set_time_limit(0);
|
||||
|
||||
/* Nothing to do from 1.2.3 to 1.2.7 */
|
||||
|
||||
Reference in New Issue
Block a user