Skip to content

Commit

Permalink
1.8.28 meta
Browse files Browse the repository at this point in the history
  • Loading branch information
dvz committed Oct 21, 2021
1 parent b03d03d commit 76e1e9a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions install/resources/upgrade53.php
@@ -0,0 +1,23 @@
<?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.8.27
*/

$upgrade_detail = array(
"revert_all_templates" => 0,
"revert_all_themes" => 0,
"revert_all_settings" => 0
);

@set_time_limit(0);

/* Nothing to do for 1.8.27 */

0 comments on commit 76e1e9a

Please sign in to comment.