tagging as ATutor 1.5.4-release
[atutor.git] / install / include / step8.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2004 by Greg Gay, Joel Kronenberg, Heidi Hazelton */
6 /* http://atutor.ca                                                                                                             */
7 /*                                                                                                                                              */
8 /* This program is free software. You can redistribute it and/or                */
9 /* modify it under the terms of the GNU General Public License                  */
10 /* as published by the Free Software Foundation.                                                */
11 /************************************************************************/
12 // $Id$
13
14 if (!defined('AT_INCLUDE_PATH')) { exit; }
15
16 print_progress($step);
17
18 ?>
19 <p><strong>Congratulations on your installation of ATutor <?php echo $new_version; ?><i>!</i></strong></p>
20
21 <p>You may now login using your personal and administrator accounts you created in Step 3.</p>
22
23 <p>For security reasons once you have confirmed that ATutor has installed correctly, you should delete the <kbd>install/</kbd> directory,
24 and reset the permissions on the config.inc.php file to read only.</p>
25
26 <p>See the <a href="http://atutor.ca/forums/">Support Forums</a> on <a href="http://atutor.ca">atutor.ca</a> for additional help &amp; support.</p>
27
28 <br />
29
30 <form method="get" action="../login.php">
31         <div align="center">
32                 <input type="submit" name="submit" value="&raquo; Log-in!" class="button" />
33         </div>
34 </form>