From 6456dfcc67cf02abb62b2e94f174b7720139407f Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 25 Jun 2024 15:51:51 -0400 Subject: [PATCH] Fix Autoloader location for WEbklex imap --- post/setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/setting.php b/post/setting.php index 726c60df..e141827d 100644 --- a/post/setting.php +++ b/post/setting.php @@ -199,7 +199,7 @@ if (isset($_POST['test_email_imap'])) { validateAdminRole(); // Autoload Composer dependencies - require_once __DIR__ . '/plugins/php-imap/vendor/autoload.php'; + require_once __DIR__ . '..//plugins/php-imap/vendor/autoload.php'; // Webklex PHP-IMAP use Webklex\PHPIMAP\ClientManager;