/home/techb158/l2hypotheques.com/wp-content/plugins/really-simple-ssl/security
NameSizeModeActions
includes/-0755rm
server/-0755rm
tests/-0755rm
wordpress/-0755rm
class-rsssl-htaccess-file-manager.php211080644editdlrm
cron.php41690644editdlrm
deactivate-integration.php16110644editdlrm
firewall-manager.php290960644editdlrm
functions.php212500644editdlrm
hardening.php22600644editdlrm
index.php320644editdlrm
integrations.php48130644editdlrm
notices.php61740644editdlrm
security.php18050644editdlrm
sync-settings.php28600644editdlrm
tests.php137040644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/really-simple-ssl/security/security.php (1805B)
includes(); if ( rsssl_admin_logged_in() ) { $htaccessFileManager = new RSSSL_Htaccess_File_Manager(); self::$instance->firewall_manager = new rsssl_firewall_manager($htaccessFileManager); self::$instance->hardening = new rsssl_hardening(); } } return self::$instance; } private function includes() { $path = rsssl_path.'security/'; require_once( $path . 'integrations.php' ); require_once( $path . 'hardening.php' ); require_once( $path . 'cron.php' ); require_once( $path . 'includes/check404/class-rsssl-simple-404-interceptor.php' ); /** * Load only on back-end */ if ( rsssl_admin_logged_in() ) { require_once( $path . 'functions.php' ); require_once( $path . 'deactivate-integration.php' ); require_once( $path . 'firewall-manager.php' ); require_once( $path . 'tests.php' ); require_once( $path . 'notices.php' ); require_once( $path . 'sync-settings.php' ); } } } function RSSSL_SECURITY() { return REALLY_SIMPLE_SECURITY::instance(); } add_action('plugins_loaded', 'RSSSL_SECURITY', 9);