Vergleich install/resources/upgrade5.php - 1.04 - 1.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 10Zeile 10
 */

/**

 */

/**

 * Upgrade Script: 1.0 (1.01, 1.02, 1.03)

 * Upgrade Script: 1.0.x or 1.1x

 */

$upgrade_detail = array(

 */

$upgrade_detail = array(

Zeile 27Zeile 27

$output->print_header("No Upgrade Necessary");



$output->print_header("No Upgrade Necessary");


	echo "<p><strong>An upgrade is not necessary from this version.</strong></p>";
echo "<p>Please continue to use your copy of MyBB as usual.</p>";

	echo "<p><strong>Please click Next to continue.</strong></p>";


	$output->print_contents($contents);

	$output->print_contents($contents);

	$output->print_footer();

	$output->print_footer("5_done");

}

?>

}

?>