Disable currently unused function MD_JAIL->_apply_basedir_restrictions()
This commit is contained in:
parent
d7c89275e7
commit
ae39bdf741
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user