moved code up one level to eliminate the docs subdirectory
[acontent.git] / install / include / step7.php
1 <?php
2 /************************************************************************/
3 /* AContent                                                             */
4 /************************************************************************/
5 /* Copyright (c) 2010                                                   */
6 /* Inclusive Design Institute                                           */
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
13 if (!defined('TR_INCLUDE_PATH')) { exit; }
14
15 print_progress($step);
16
17 ?>
18 <p><strong>Congratulations on your installation of AContent <?php echo $new_version; ?><i>!</i></strong></p>
19
20 <p>For security reasons once you have confirmed that AContent has installed correctly, you should delete the <kbd>install/</kbd> directory,
21 and reset the permissions on the config.inc.php file to read only. Use the administrator or author account created in the earlier step to login.</p>
22
23 <br />
24
25 <form method="get" action="../index.php">
26         <div align="center">
27                 <input type="submit" name="submit" value="&raquo; Go To AContent!" class="button" />
28         </div>
29 </form>