diff --git a/two-factor.php b/two-factor.php index 96ce6c99..a48264ec 100644 --- a/two-factor.php +++ b/two-factor.php @@ -22,6 +22,10 @@ * Network: True */ +if ( ! defined( 'ABSPATH' ) ) { + exit; // Exit if accessed directly. +} + /** * Shortcut constant to the path of this file. */