Xen Orchestra

Sign in or create your account | Project List | Help

Xen Orchestra Commit Details

Date:2010-12-28 16:21:03 (1 year 4 months ago)
Author:Olivier Lambert
Commit:fcb9aea0ce4db73e748b3c71c9d2bdaffdc7d633
Message:First test of implementation of install.php which test dependencies

Files: libs/ConfigIniFile.php (1 diff)

Change Details

libs/ConfigIniFile.php
2929
3030    protected function read()
3131    {
32        $entries = parse_ini_file($this->file, true);
32        $entries = @parse_ini_file($this->file, true);
3333
3434        if ($entries === false)
3535        {

Archive Download the corresponding diff file