fix: downgrade remove erroneous file_get_contents

This commit is contained in:
Zack Spear
2023-11-08 14:50:15 -08:00
parent c4c51e83c2
commit 1403a76b80
@@ -19,7 +19,6 @@ $rebootVersion = $rebootDetails->getRebootVersion();
$restoreVersion = $restoreBranch = $restoreVersionReleaseDate = 'unknown';
$restoreExists = file_exists('/boot/previous/bzroot');
$restoreChangelogPath = '/boot/previous/changes.txt';
$restoreChangelogContent = file_get_contents($restoreChangelogPath);
$serverNameEscaped = htmlspecialchars(str_replace(' ', '_', strtolower($var['NAME'])));