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 ad460d1 commit b26a06cCopy full SHA for b26a06c
web/api/index.php
@@ -2,7 +2,7 @@
2
use function Hestiacp\quoteshellarg\quoteshellarg;
3
4
try {
5
- require_once './inc/vendor/autoload.php';
+ require_once '../inc/vendor/autoload.php';
6
} catch (Throwable $ex) {
7
$errstr = 'Unable able to load required libraries. Please run v-add-sys-phpmailer in command line. Error: ' . $ex->getMessage();
8
trigger_error($errstr);
0 commit comments