diff --git a/documentation/changelog.html b/documentation/changelog.html index 6cccb35515..3d7345687b 100755 --- a/documentation/changelog.html +++ b/documentation/changelog.html @@ -2,6 +2,7 @@
Are you interested in translating the installation guide to your own language? The best way to proceed is to ask us on the Chamilo forum for the latest version – there may be updates to the guide since - this version was released – and send new translations off to the translation@chamilo.com email address. + this version was released – and send new translations off to the translation@chamilo.com email address.
- +“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
- +“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and @@ -559,7 +560,7 @@ covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
- +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties diff --git a/documentation/migration-checklist.html b/documentation/migration-checklist.html index c2f7577939..a596432063 100755 --- a/documentation/migration-checklist.html +++ b/documentation/migration-checklist.html @@ -2,6 +2,7 @@
Chamilo is an e-learning and course management web application, and free software under the GNU/GPLv3+ license. It's translated into more 30 languages, SCORM compatible, light and flexible.
@@ -51,7 +52,7 @@ Administrators provide support to trainers and trainee -Technically, Chamilo is a web application written in PHP that stores data in a MySQL database. +
Technically, Chamilo is a web application written in PHP that stores data in a MySQL database. Users access it using a web browser. The first stable version of Chamilo, 1.8.6.2 Salto, was based on the Dokeos(TM) 1.8.6.1 code and is meant to be the next software step for institutions currently using Dokeos.
@@ -135,6 +136,6 @@ Mail: info@chamilo.org - + diff --git a/documentation/security.html b/documentation/security.html index a6480c9c89..2fb16e6818 100755 --- a/documentation/security.html +++ b/documentation/security.html @@ -2,6 +2,7 @@It is considered unsafe to leave the configuration file inside the main/inc/conf/ directory, as it will be directly accessible for all users, which could lead crackers to download it, uninterpreted, and read through your configuration, which could lead to illicit +
It is considered unsafe to leave the configuration file inside the main/inc/conf/ directory, as it will be directly accessible for all users, which could lead crackers to download it, uninterpreted, and read through your configuration, which could lead to illicit access to your database if that one isn't well protected and many other stuff we'd prefer to avoid. To secure it, move the configuration file out of your web directory. If your Chamilo installation is in /var/www/, move your configuration to /etc/chamilo/configuration.php, for example. Then create a new main/inc/conf/configuration.php file, open it, and write the following:
diff --git a/main/inc/global_error_message.inc.php b/main/inc/global_error_message.inc.php
index dd7f9138ad..215eba3eac 100755
--- a/main/inc/global_error_message.inc.php
+++ b/main/inc/global_error_message.inc.php
@@ -114,7 +114,7 @@ if (is_int($global_error_code) && $global_error_code > 0) {
$length = strlen($IncorrectPhpVersionDescription);
$read_installation_guide = substr($IncorrectPhpVersionDescription, $pos + 3, $length);
$IncorrectPhpVersionDescription = substr($IncorrectPhpVersionDescription, 0, $pos);
- $IncorrectPhpVersionDescription .= '
'.$read_installation_guide.'';
+ $IncorrectPhpVersionDescription .= '
'.$read_installation_guide.'';
}
$global_error_message['description'] = $IncorrectPhpVersionDescription;
break;
@@ -129,7 +129,7 @@ if (is_int($global_error_code) && $global_error_code > 0) {