From ae39bdf741cc2703994a4ac2537bef8959bcdb04 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 11 Nov 2020 17:29:03 +0100 Subject: [PATCH] Disable currently unused function MD_JAIL->_apply_basedir_restrictions() --- MD_JAIL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MD_JAIL.php b/MD_JAIL.php index b6a923b..983f871 100644 --- a/MD_JAIL.php +++ b/MD_JAIL.php @@ -87,7 +87,6 @@ final class MD_JAIL { * Applies basedir restrictions. * * @return void - */ private function _apply_basedir_restriction():void { if (empty($this->_open_basedir)) { @@ -98,6 +97,7 @@ final class MD_JAIL { } } + */ /** * Enforces security options previously set.