diff --git a/psgdpr.php b/psgdpr.php index c68db3ff..d20cc8a1 100755 --- a/psgdpr.php +++ b/psgdpr.php @@ -21,6 +21,11 @@ exit; } +$autoloadPath = __DIR__ . '/vendor/autoload.php'; +if (file_exists($autoloadPath)) { + require_once $autoloadPath; +} + class Psgdpr extends Module { public $adminControllers = [