From 8c1369068f02f7d1a949d404c550bfde32b5904d Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 6 Feb 2024 08:29:54 +0000 Subject: [PATCH] fix #801 - incorrect path for common.php --- public/users/totp-exceptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('../');