Skip to content

Commit

Permalink
really fix the path
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jan 2, 2014
1 parent 5ad4b49 commit 22fd74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/phpcb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
* @since File available since 0.1.0
*/

if (file_exists(__DIR__ . '/../../autoload.php')) {
include_once __DIR__ . '/../../autoload.php';
if (file_exists(__DIR__ . '/../../../autoload.php')) {
include_once __DIR__ . '/../../../autoload.php';
} else {
include_once __DIR__ . '/../vendor/autoload.php';
}
Expand Down

0 comments on commit 22fd74d

Please sign in to comment.