PHP Classes

File: htdocs/install/language/english/finish.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/install/language/english/finish.php   Download  
File: htdocs/install/language/english/finish.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge pull request #470 from geekwright/issue468

Add simple btn classes
Date: 7 years ago
Size: 1,066 bytes
 

Contents

Class file image Download
<?php
//
// _LANGCODE: en
// _CHARSET : UTF-8
// Translator: XOOPS Translation Team

$content .= "<h3>Your site</h3>
<p>You can now access the <a href='../index.php'>home page of your site</a>.</p>
<h3>Support</h3>
<p>Visit <a href='http://xoops.org/' rel='external'>The XOOPS Project</a></p>
<p><strong>ATTENTION :</strong> Your site currently contains the minimum functionality.
Please visit <a href='http://xoops.org/' rel='external' title='XOOPS Web Application System'>xoops.org</a>
to learn more about extending XOOPS to present text pages, photo galleries, forums, and more,
with <em>modules</em> as well as customizing the look of your XOOPS with <em>themes</em>.</p>
"
;

$content .= "<h3>Security configuration</h3>
<p>The installer will try to configure your site for security considerations. Please double check to make sure:
<div class='confirmMsg'>
The <em>mainfile.php</em> is readonly.<br>
Remove the folder <em>
{$installer_modified}</em> (or <em>install</em> if it was not renamed automatically by the installer) from your server.
</div>
</p>
"
;