mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
N°1632 Remove unused autoloader in UnauthenticatedWebPage
This commit is contained in:
@@ -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'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user