|
From: Benjamin C. <bc...@us...> - 2001-11-06 09:02:53
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory usw-pr-cvs1:/tmp/cvs-serv4107/templates/default Added Files: upgrade-finished.html upgrade.html Log Message: Files for upgrading from previous version --- NEW FILE: upgrade-finished.html --- <html> <head> <title>Upgade phpBT</title> </head> <body> <div align="center"> <br> <br> Your database has been updated. <br> <br> <a href="index.php">phpBugTracker home</a> </div> </body> </html> --- NEW FILE: upgrade.html --- <html> <head> <title>Upgade phpBT</title> </head> <body> <div align="center"> <br> <br> This script will upgrade your database from version 0.4.0 to version 0.5.0 of phpBugTracker. <br> <br> <a href="<?php echo $HTTP_SERVER_VARS['PHP_SELF']; ?>?doit=1">Do it!</a> </div> </body> </html> |