diff --git a/emhttp/plugins/dynamix.plugin.manager/Downgrade.page b/emhttp/plugins/dynamix.plugin.manager/Downgrade.page
new file mode 100644
index 000000000..48f321dab
--- /dev/null
+++ b/emhttp/plugins/dynamix.plugin.manager/Downgrade.page
@@ -0,0 +1,152 @@
+Menu="About"
+Title="Downgrade OS"
+Icon="icon-update"
+Tag="upload"
+---
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/emhttp/plugins/dynamix.plugin.manager/Update.page b/emhttp/plugins/dynamix.plugin.manager/Update.page
index 5a51fed09..928d5ab15 100644
--- a/emhttp/plugins/dynamix.plugin.manager/Update.page
+++ b/emhttp/plugins/dynamix.plugin.manager/Update.page
@@ -3,167 +3,6 @@ Title="Update OS"
Icon="icon-update"
Tag="upload"
---
-
-
-$check = $notify['unraidos'] ? 0 : 1;
-
-$restoreVersion = $restoreBranch = $restoreVersionReleaseDate = 'unknown';
-$restoreExists = file_exists('/boot/previous/bzroot');
-$restoreChangelogPath = '/boot/previous/changes.txt';
-
-$diagnosticsZip = htmlspecialchars(str_replace(' ', '_', strtolower($var['NAME'])));
-
-if (file_exists($restoreChangelogPath)) {
- exec("head -n4 $restoreChangelogPath", $rows);
- foreach ($rows as $row) {
- $i = stripos($row,'version');
- if ($i !== false) {
- [$restoreVersion, $restoreVersionReleaseDate] = explode(' ', trim(substr($row, $i+7)));
- break;
- }
- }
- $restoreBranch = strpos($restoreVersion, 'rc') !== false
- ? _('Next')
- : (strpos($restoreVersion, 'beta') !== false
- ? _('Beta')
- : _('Stable'));
-}
-?>
-
-
+
-
-