Skip to content

Commit

Permalink
Merge pull request #205 from tswestendorp/master
Browse files Browse the repository at this point in the history
Fix for unreachable dbsettings.inc.php
  • Loading branch information
GeoffreyDijkstra committed Nov 4, 2016
2 parents 1aa784a + 165b0c3 commit ca7f40b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions retrieve.php
Expand Up @@ -3,12 +3,6 @@
error_reporting(2147483647);

try {
/*
* If we are run from another directory, try to change the current
* working directory to a directory the script is in
*/
chdir(__DIR__ . '/../');

require_once __DIR__ . '/vendor/autoload.php';

/*
Expand Down

0 comments on commit ca7f40b

Please sign in to comment.