We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad4b49 commit 22fd74dCopy full SHA for 22fd74d
bin/phpcb
@@ -47,8 +47,8 @@
47
* @since File available since 0.1.0
48
*/
49
50
-if (file_exists(__DIR__ . '/../../autoload.php')) {
51
- include_once __DIR__ . '/../../autoload.php';
+if (file_exists(__DIR__ . '/../../../autoload.php')) {
+ include_once __DIR__ . '/../../../autoload.php';
52
} else {
53
include_once __DIR__ . '/../vendor/autoload.php';
54
}
0 commit comments