diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-08-16 20:48:23 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-08-16 20:48:23 +0100 |
commit | e3c8d36e06ad056ae9bf49c0e46b70ac048b8a07 (patch) | |
tree | 76d833bf4775bd99f7795f7d84b781856d262859 /doc/install.bb | |
parent | ba0bf596b58440c0e50142565d7ec77838be95cc (diff) | |
download | volse-hubzilla-e3c8d36e06ad056ae9bf49c0e46b70ac048b8a07.tar.gz volse-hubzilla-e3c8d36e06ad056ae9bf49c0e46b70ac048b8a07.tar.bz2 volse-hubzilla-e3c8d36e06ad056ae9bf49c0e46b70ac048b8a07.zip |
Install doc - mcrypt is required, not optional. Even if it's intended
to be optional, it isn't. WSoD abound without it.
Diffstat (limited to 'doc/install.bb')
-rw-r--r-- | doc/install.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.bb b/doc/install.bb index bf6578e59..16e3730ee 100644 --- a/doc/install.bb +++ b/doc/install.bb @@ -15,7 +15,7 @@ local .htaccess file php.ini file
- curl, gd, mysql, and openssl extensions
- some form of email server or email gateway such that PHP mail() works
- - mcrypt (optional; used for server-to-server message encryption)
+ - mcrypt
- Mysql 5.x
|