Add a nice notice about maybe making a backup before doing the rollover

This commit is contained in:
james 2009-09-09 02:50:00 +00:00
parent 5ec6879149
commit eb05b3eaa5

View File

@ -352,6 +352,8 @@
}
}
echo "<br />";
echo "<a href=\"backuprestore.php\">".i18n("You should consider making a database backup before rolling over, just in case!")."</a><br />\n";
echo "<br />";
echo "<form name=\"rollover\" method=\"post\" action=\"rollover.php\" onsubmit=\"return confirmYearRollover()\">";
echo "<input type=\"hidden\" name=\"action\" value=\"rollover\" />";