Skip to content

Commit

Permalink
[jan] Fix loading of configuration screen with basedir restrictions o…
Browse files Browse the repository at this point in the history
…r libxml entity loading disabled (Bug #13025).
  • Loading branch information
yunosh committed Mar 24, 2014
1 parent a5f61b0 commit 34647e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function readXMLConfig($custom_conf = null)

/* Load the DOM object. */
$dom = new DOMDocument();
$dom->load($path . '/conf.xml');
$dom->loadXML(file_get_contents($path . '/conf.xml'));

/* Check if there is a CVS/Git version tag and store it. */
$node = $dom->firstChild;
Expand Down
2 changes: 2 additions & 0 deletions framework/Core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Fix loading of configuration screen with basedir restrictions or libxml entity loading disabled (Bug #13025).
* [mms] The location of dynamically served static files is now configurable (Request #13070).
* [jan] Update Korean translation (Deokgon Kim &lt;dgkim@dgkim.net&gt;).
* [mms] Support new configuration options for history storage.
Expand Down Expand Up @@ -3357,6 +3358,7 @@
<date>2014-02-13</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Fix loading of configuration screen with basedir restrictions or libxml entity loading disabled (Bug #13025).
* [mms] The location of dynamically served static files is now configurable (Request #13070).
* [jan] Update Korean translation (Deokgon Kim &lt;dgkim@dgkim.net&gt;).
* [mms] Support new configuration options for history storage.
Expand Down

0 comments on commit 34647e6

Please sign in to comment.