Skip to content

Commit b26a06c

Browse files
committed
Add extra .
1 parent ad460d1 commit b26a06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/api/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
use function Hestiacp\quoteshellarg\quoteshellarg;
33

44
try {
5-
require_once './inc/vendor/autoload.php';
5+
require_once '../inc/vendor/autoload.php';
66
} catch (Throwable $ex) {
77
$errstr = 'Unable able to load required libraries. Please run v-add-sys-phpmailer in command line. Error: ' . $ex->getMessage();
88
trigger_error($errstr);

0 commit comments

Comments
 (0)