diff --git a/bin/phpcb b/bin/phpcb index 2360b20..ec99be2 100755 --- a/bin/phpcb +++ b/bin/phpcb @@ -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'; }