f86298b95c28f48cc3380a137322087c32c91759
[acontent.git] / docs / install / include / ustep6.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 upgrade of AContent <?php echo $new_version; ?><i>!</i></strong></p>
19
20 <p>It is important that you login as the AContent administrator to review and set any new System Configuration options.</p>
21 <p>For security reasons,  after you have confirmed the installation was successful, it is also important that you delete the <kbd>install/</kbd> directory and reset the<kbd> /include/config.inc.php</kbd> file to read-only. On Linux/Unix systems, use <kbd>chmod a-w include/config.inc.php</kbd>.</p>
22 <p>See the <a href="http://www.atutor.ca/forum/18/1.html">Support Forums</a> on <a href="http://www.atutor.ca/acontent/">atutor.ca</a> for additional help &amp; support.</p>
23
24 <br />
25
26 <form method="get" action="../index.php">
27         <div align="center">
28                 <input type="submit" name="submit" value="&raquo; Go To AContent!" class="button" />
29         </div>
30 </form>