<?php
/****************************************************************************************/
/* ACollab */
/****************************************************************************************/
/* Copyright (c) 2002-2005 Adaptive Technology Resource Centre / University of Toronto */
/* */
/* http://atutor.ca/acollab */
/* */
/* This program is free software. You may redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation; either version 2 of the License, */
/* or (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, but */
/* WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */
/* See the GNU General Public License for more details. */
/* */
/* You may access the GNU General Public License at: */
/* http://www.opensource.org/licenses/gpl-license.php */
/* */
/* You may contact the Adaptive Technology Resource Centre at */
/* Robarts Library, University of Toronto */
/* 130 St. George Street, Toronto, Ontario, Canada M5S 1A5 */
/* Further contact information is available at http://www.utoronto.ca/atrc/ */
/****************************************************************************************/
/* Programmer: */
/* Joel Kronenberg - ATRC */
/****************************************************************************************/
// $Id: step5.php 294 2005-01-17 18:27:03Z joel $
if (!defined('AC_INCLUDE_PATH')) { exit; }
print_progress($step);
?>
<p><strong>Congratulations on your installation of ACollab <?php echo $new_version; ?><i>!</i></strong> You may now <a href="../sign_in.php"><strong>sign-in</strong></a> using the admin account you created in Step 3.</p>
<p><strong>Security Note 1:</strong> It is recommended that you now make the <kbd>config.inc.php</kbd> file read-only in the <kbd>include/</kbd> directory. On a Windows machine right-click on the file and select <em>Properties</em> and then select the <em>Read-only</em> attribute. On a Unix machine execute the command <kbd>chmod a-xw config.inc.php</kbd>.</p>
<p><strong>Security Note 2:</strong> It is recommended that after you verify the correctness of the installation that you delete the <kbd>install</kbd> directory to ensure additional security.</p>
<table border="0" cellspacing="0" cellpadding="4" align="center" style="border: 1px solid #cccccc;">
<tr>
<td><b>ยป <a href="../sign_in.php">Sign-in<i>!</i></a></b></td>
</tr>
</table>