*/ class ServerInfo_Htaccess_Details { public function __construct() { $this->init(); } public function init() { $server_info = new ServerInfo(); $help = ''; $enabled = ' ' . esc_html__('Enabled', WP_ADMINIFY_TD) . ''; $disabled = ' ' . esc_html__('Disabled', WP_ADMINIFY_TD) . ''; $yes = ' ' . esc_html__('Yes', WP_ADMINIFY_TD) . ''; $no = ' ' . esc_html__('No', WP_ADMINIFY_TD) . ''; $entered = ' ' . esc_html__('Defined', WP_ADMINIFY_TD) . ''; $not_entered = ' ' . esc_html__('Not defined', WP_ADMINIFY_TD) . ''; $sec_key = ' ' . esc_html__('Please enter this security key in the wp-confiq.php file', WP_ADMINIFY_TD) . '!'; ?>
jltwp_adminify_htaccess_file(); // Get the wp ".htaccess" file content $file_content = $this->jltwp_adminify_htaccess_file_content($file); if ($file) { ?>
' . esc_html($file) . ''; ?>