Skip to content

Commit e3337d1

Browse files
Merge pull request #246 from micheldumontier/release3
use fixed paths for runparser
2 parents a60054c + d587c24 commit e3337d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runparser.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
SOFTWARE.
2323
*/
2424

25-
require_once('../php-lib/bio2rdfapi.php');
26-
require_once('../php-lib/rdfapi.php');
27-
require_once('../php-lib/registry.php');
28-
require_once('../php-lib/application.php');
25+
require_once(__DIR__.'/../php-lib/bio2rdfapi.php');
26+
require_once(__DIR__.'/../php-lib/rdfapi.php');
27+
require_once(__DIR__.'/../php-lib/registry.php');
28+
require_once(__DIR__.'/../php-lib/application.php');
2929

3030
class Bio2RDFApp extends Application
3131
{

0 commit comments

Comments
 (0)