N°1632 Remove unused autoloader in UnauthenticatedWebPage

This commit is contained in:
Stephen Abello
2021-08-19 14:08:03 +02:00
parent 9126635cf2
commit 43412b78e3

View File

@@ -33,9 +33,6 @@ $sPortalPublicFolderAbsPath = APPROOT . $sPortalPublicFolderRelPath;
/** @noinspection PhpUnhandledExceptionInspection */
$sPortalPublicFolderAbsUrl = utils::GetAbsoluteUrlModulesRoot().'/itop-portal-base/portal/public/';
// Portal autoloader
require_once $sPortalBaseFolderAbsPath . 'vendor/autoload.php';
// Constants to be used in the UnauthenticatedWebPage
if(!defined('UAWP_PORTAL_PUBLIC_FOLDER_ABSOLUTE_URL'))
{