Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix some specific installs problems with libxml and "external entity …
…load" erros.
  • Loading branch information
cdujeu committed Dec 3, 2013
1 parent 1f0b680 commit fc98af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/conf/bootstrap_context.php
Expand Up @@ -28,7 +28,7 @@
@error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
//Windows users may have to uncomment this
//setlocale(LC_ALL, '');

@libxml_disable_entity_loader(false);

list($vNmber,$vDate) = explode("__",file_get_contents(AJXP_CONF_PATH."/VERSION"));
define("AJXP_VERSION", $vNmber);
Expand Down

0 comments on commit fc98af5

Please sign in to comment.