Skip to content

Commit

Permalink
fix #801 - incorrect path for common.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoodwin committed Feb 6, 2024
1 parent 64c34b2 commit 8c13690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/users/totp-exceptions.php
Expand Up @@ -26,7 +26,7 @@
*
*/

require_once('common.php');
require_once(__DIR__ . '/../common.php');

$smarty = PFASmarty::getInstance();
$smarty->configureTheme('../');
Expand Down

0 comments on commit 8c13690

Please sign in to comment.