Skip to content

Commit ae2099e

Browse files
committed
Correct spelling of PHP
1 parent 5734068 commit ae2099e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/contribute/security/bug-bounty.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If you submit a fix or a test case, we will require you to sign the contributor
8989
- Email content spoofing prompting a user to perform an account recovery on a different Passbolt instance
9090
- Self inflicted password deletion or data damage even if they affect other users
9191
- Self inflicted XSS (using dev tools / console)
92-
- Issues related to baseline webserver such as the SSL certificate or configuration, outdated operating system and libraries, unsecure php configuration, etc.
92+
- Issues related to baseline webserver such as the SSL certificate or configuration, outdated operating system and libraries, unsecure PHP configuration, etc.
9393
- Issues related to unsecure and non recommended baseline Passbolt configuration such as the use of default OpenPGP keys, disabled https, or debug or selenium testing modes enabled
9494
- Issues related to email configuration (DKIM, SPF)
9595
- Denial of service

docs/contribute/security/vulnerability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You must be the first reporter of a valid vulnerability (any duplicate reports w
104104
- Email content spoofing prompting a user to perform an account recovery on a different Passbolt instance
105105
- Self inflicted password deletion or data damage even if they affect other users
106106
- Self inflicted XSS (using dev tools / console)
107-
- Issues related to baseline webserver such as the SSL certificate or configuration, outdated operating system and libraries, unsecure php configuration, etc.
107+
- Issues related to baseline webserver such as the SSL certificate or configuration, outdated operating system and libraries, unsecure PHP configuration, etc.
108108
- Issues related to unsecure and non recommended baseline Passbolt configuration such as the use of default OpenPGP keys, disabled https, or debug or selenium testing modes enabled
109109
- Issues related to email configuration (DKIM, SPF)
110110
- Denial of service

docs/hosting/_includes/fromSource/_installation-steps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ subsequent updates.
5858

5959
Passbolt API uses an OpenPGP key for the server in order to authenticate and sign the outgoing JSON requests.
6060
For improved compatibility we recommend that you use the same GnuPG version for generating the keys and for the
61-
php module.
61+
PHP module.
6262

6363
**WARNING:** Some of the following commands such as the GnuPG parts need to be run as www-data. In order to do that, we recommend using
6464

docs/hosting/faq/how-to-increase-auto-logout-time.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The best way to keep your session active is via the remember me feature as shown
3030

3131
See the directive [session.gc-maxlifetime](https://www.php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime)
3232

33-
In order to change this number you must locate your php.ini file. Its location depends on your operating system and php versions.
33+
In order to change this number you must locate your php.ini file. Its location depends on your operating system and PHP versions.
3434

3535
For example on Debian or Ubuntu if you are using Nginx and PHP 8.2 it will be in `/etc/php/8.2/fpm/php.ini` but the easy way to find it is to execute this command:
3636
```bash

0 commit comments

Comments
 (0)