PHP Classes

File: upgrade/language/english/welcome.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   upgrade/language/english/welcome.php   Download  
File: upgrade/language/english/welcome.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 876 bytes
 

Contents

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

define('_XOOPS_UPGRADE_WELCOME', <<<'EOT'
<h2>XOOPS Upgrader</h2>

<p>
<em>Upgrade</em> will examine this XOOPS installation and apply any needed patches to make it compatible
with the new XOOPS code. Patches may include database changes, adding default settings for new
configuration items, file and data updates, and more.
<p>
After each patch, the upgrader will report the status, and wait for your input to continue. At the
end of the upgrade, control will pass to the system module update function.

<div class="alert alert-warning">
Once the upgrade is complete, don't forget to:
<ul class="fa-ul">
 <li><span class="fa-li fa fa-folder-open-o"></span> delete the upgrade folder</li>
 <li><span class="fa-li fa fa-refresh"></span> update any modules that have changed</li>
</div>

EOT
);