Skip to content

Commit

Permalink
corrected include path #9
Browse files Browse the repository at this point in the history
  • Loading branch information
kwijibo committed Feb 27, 2012
1 parent 8b7bdb7 commit a8a9ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion institutions/ecb-stats/sdmx2rdfa/sdmx2rdfa.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

set_include_path(get_include_path().':'.dirname(dirname(__FILE__)).'');
set_include_path(get_include_path().':'.dirname(dirname(__FILE__)).'/:/var/www/ecb.publicdata.eu/');
require '../inc.php';

$series_id=str_replace('_','.',$_GET['serieskey']);
Expand Down

0 comments on commit a8a9ea5

Please sign in to comment.