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