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.
|
* 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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user