diff --git a/public/users/totp-exceptions.php b/public/users/totp-exceptions.php index 5399a607..92c3cf56 100644 --- a/public/users/totp-exceptions.php +++ b/public/users/totp-exceptions.php @@ -26,7 +26,7 @@ * */ -require_once('common.php'); +require_once(__DIR__ . '/../common.php'); $smarty = PFASmarty::getInstance(); $smarty->configureTheme('../');