Page MenuHomePhabricator

features not reported due to unnescessary violation of the open_basedir restriction
Open, LowPublic

Description

Author: mathias.steiger

Description:
In line 1097 $file_exists = file_exists( $command ); in .includes/installer/Installer.php the open_basedir restriction is violated (if it applies of course) although it isn't relevant to exec, passthru, etc.

Solution: remove file_exists , passthrough will report false if the command fails.


Version: 1.18.x
Severity: minor

Details

Reference
bz35001