XOOPS  2.6.0
finish.php
Go to the documentation of this file.
1 <?php
2 // $Id$
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 
7 $installer_modified = $_SESSION['installer_modified'];
9 "<h3>Your site</h3>
10 <p>You can now access the <a href='../index.php'>home page of your site</a>.</p>
11 <h3>Support</h3>
12 <p>Visit <a href='http://xoops.sourceforge.net/' rel='external'>The XOOPS Project</a></p>
13 <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>
14 ";
15 
16 $content .=
17 "<h3>Security configuration</h3>
18 <p>The installer will try to configure your site for security considerations. Please double check to make sure:
19 <div class='confirmMsg'>
20 The <em>mainfile.php</em> is readonly.<br />
21 Remove the folder <em>{$installer_modified}</em> (or <em>install</em> if it was not renamed automatically by the installer) from your server.
22 </div>
23 </p>
24 ";
25 
26 $_SESSION['content'] = $content;
$installer_modified
Definition: finish.php:7
$_SESSION['content']
Definition: finish.php:26
$content
Definition: finish.php:8