Skip to content

Commit

Permalink
Update parapara.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
shundroid committed May 24, 2015
1 parent 4930d97 commit 7b8c1b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wall/lib/parapara.inc
Expand Up @@ -10,12 +10,13 @@ set_include_path(implode(PATH_SEPARATOR, array(
get_include_path()
)));

require_once("config.inc");

$additional_config = getenv('PARAPARA_ADDITIONAL_CONFIG');
if ($additional_config) {
require_once($additional_config);
}

require_once("config.inc");


?>

0 comments on commit 7b8c1b1

Please sign in to comment.