aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-07-11 12:50:12 +0200
committerMario Vavti <mario@mariovavti.com>2016-07-11 12:50:12 +0200
commita849dcadb62ed0cb8c51555a686df34e21b5e2a3 (patch)
tree5c2e8cdd2a94f8b945392a8adb62b2b4b49f36c4
parentd5afd0d7c223161b673dca529830be3bfc739cd2 (diff)
parentba5183b244be1f6e35d79a542f537f47d7ba4619 (diff)
downloadvolse-hubzilla-a849dcadb62ed0cb8c51555a686df34e21b5e2a3.tar.gz
volse-hubzilla-a849dcadb62ed0cb8c51555a686df34e21b5e2a3.tar.bz2
volse-hubzilla-a849dcadb62ed0cb8c51555a686df34e21b5e2a3.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
-rw-r--r--Zotlabs/Module/Setup.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/Zotlabs/Module/Setup.php b/Zotlabs/Module/Setup.php
index c5d0ccc21..802f0c216 100644
--- a/Zotlabs/Module/Setup.php
+++ b/Zotlabs/Module/Setup.php
@@ -493,7 +493,6 @@ class Setup extends \Zotlabs\Web\Controller {
$this->check_add($ck_funcs, t('OpenSSL PHP module'), true, true);
$this->check_add($ck_funcs, t('mysqli or postgres PHP module'), true, true);
$this->check_add($ck_funcs, t('mb_string PHP module'), true, true);
- $this->check_add($ck_funcs, t('mcrypt PHP module'), true, true);
$this->check_add($ck_funcs, t('xml PHP module'), true, true);
if(function_exists('apache_get_modules')){
@@ -530,10 +529,6 @@ class Setup extends \Zotlabs\Web\Controller {
$ck_funcs[4]['status'] = false;
$ck_funcs[4]['help'] = t('Error: mb_string PHP module required but not installed.');
}
- if(! function_exists('mcrypt_encrypt')) {
- $ck_funcs[5]['status'] = false;
- $ck_funcs[5]['help'] = t('Error: mcrypt PHP module required but not installed.');
- }
if(! extension_loaded('xml')) {
$ck_funcs[6]['status'] = false;
$ck_funcs[6]['help'] = t('Error: xml PHP module required for DAV but not installed.');