diff --git a/src/messenger/webim/libs/common.php b/src/messenger/webim/libs/common.php index da70e714..2be94966 100644 --- a/src/messenger/webim/libs/common.php +++ b/src/messenger/webim/libs/common.php @@ -15,6 +15,8 @@ * limitations under the License. */ +@ini_set('open_basedir', dirname(__FILE__) . '/../'); + session_start(); require_once(dirname(__FILE__) . '/converter.php');