Browse Source

Upgrade: Minor modification.

Nate Jones 11 years ago
parent
commit
514be0048c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      core/upgrade/index.php

+ 1 - 3
core/upgrade/index.php

@@ -116,9 +116,7 @@ foreach($text as $key => $value) {
 require_once "resources/header.php";
 $document['title'] = $text['title-upgrade'];
 
-//set defaults
-$display_type = 'html';
-
+echo "<br />";
 echo "<b>".$text['header-upgrade']."</b><br>";
 echo "Select the upgrade/update/restore actions below you wish to perform.";
 echo "<br><br><br>";