File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,16 @@ It has the following features:
33
33
34
34
## Prerequisite
35
35
36
+ * PHP (7 or later)
36
37
* PHP extensions required:
37
- * php-openssl (token crypt, probably built-in)
38
- * php-mbstring (reset mail)
39
38
* php-curl (haveibeenpwned api)
40
- * php-ldap
39
+ * php-gd (captcha)
41
40
* php-filter
42
- * strong cryptography functions available (for random_compat, php 7 or libsodium or /dev/urandom readable or php-mcrypt extension installed)
41
+ * php-ldap
42
+ * php-mbstring (reset mail)
43
+ * php-openssl (token crypt, probably built-in)
44
+ * Smarty 3
45
+ * strong cryptography functions available (for random_compat, PHP 7 or libsodium or /dev/urandom readable or php-mcrypt extension installed)
43
46
* valid PHP mail server configuration (reset mail)
44
47
* valid PHP session configuration (reset mail)
45
48
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ Install files in ``/usr/share/``:
19
19
You need to install these prerequisites:
20
20
21
21
* Apache or another web server
22
- * php
22
+ * php (7 or later)
23
23
* php-curl (haveibeenpwned api)
24
24
* php-filter
25
25
* php-gd (captcha)
26
26
* php-ldap
27
27
* php-mbstring (reset mail)
28
28
* php-openssl (token crypt, probably built-in)
29
- * smarty (version 3)
29
+ * Smarty (version 3)
30
30
31
31
Debian / Ubuntu
32
32
---------------
You can’t perform that action at this time.
0 commit comments