Disable currently unused function MD_JAIL->_apply_basedir_restrictions()

This commit is contained in:
Joshua Ramon Enslin 2020-11-11 17:29:03 +01:00 committed by Stefan Rohde-Enslin
parent d7c89275e7
commit ae39bdf741
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -87,7 +87,6 @@ final class MD_JAIL {
* Applies basedir restrictions. * Applies basedir restrictions.
* *
* @return void * @return void
*/
private function _apply_basedir_restriction():void { private function _apply_basedir_restriction():void {
if (empty($this->_open_basedir)) { if (empty($this->_open_basedir)) {
@ -98,6 +97,7 @@ final class MD_JAIL {
} }
} }
*/
/** /**
* Enforces security options previously set. * Enforces security options previously set.