summaryrefslogtreecommitdiff
path: root/admin/upgrades/5.0.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/upgrades/5.0.0.php')
-rw-r--r--admin/upgrades/5.0.0.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/admin/upgrades/5.0.0.php b/admin/upgrades/5.0.0.php
deleted file mode 100644
index 4b14dad..0000000
--- a/admin/upgrades/5.0.0.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/**
- */
-global $gBitInstaller;
-
-$infoHash = [
- 'package' => WIKI_PKG_NAME,
- 'version' => str_replace( '.php', '', basename( __FILE__ )),
- 'description' => "Fixed new format updates",
- 'post_upgrade' => NULL,
-];
-