XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
finish.php
Go to the documentation of this file.
1 <?php
2 // $Id: finish.php 8066 2011-11-06 05:09:33Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 
8 "<h3>Your site</h3>
9 <p>You can now access the <a href='../index.php'>home page of your site</a>.</p>
10 <h3>Support</h3>
11 <p>Visit <a href='http://xoops.sourceforge.net/' rel='external'>The XOOPS Project</a></p>
12 <p><strong>ATTENTION :</strong> Your site currently contains the minimum functionality, if you want to add content: text pages, photo gallery, forum, links directory, ... You must first download from the <a href='http://www.xoops.org/modules/repository' rel='external' title='Choice and download modules'>library of your local support</a> and install these components, it is the same for <a href='http://www.xoops.org/modules/extgallery' rel='external' title='Select and Install new themes'>design (theme) Additional</a>.</p>
13 ";
14 
15 $content .=
16 "<h3>Security configuration</h3>
17 <p>The installer will try to configure your site for security considerations. Please double check to make sure:
18 <div class='confirmMsg'>
19 The <em>mainfile.php</em> is readonly.<br />
20 Remove the folder <em>{$installer_modified}</em> (or <em>install</em> if it was not renamed automatically by the installer) from your server.
21 </div>
22 </p>
23 ";
24 
25 ?>