Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-content/plugins/really-simple-ssl/security
NameTypeSizeActions
📁 .. Folder -
📄 class-rsssl-htaccess-file-manager.php File 20985
Edit Download
📄 cron.php File 4169
Edit Download
📄 deactivate-integration.php File 1611
Edit Download
📄 firewall-manager.php File 22754
Edit Download
📄 functions.php File 20506
Edit Download
📄 hardening.php File 2260
Edit Download
📁 includes Folder -
📄 index.php File 32
Edit Download
📄 integrations.php File 4813
Edit Download
📄 notices.php File 6174
Edit Download
📄 security.php File 1805
Edit Download
📁 server Folder -
📄 sync-settings.php File 2860
Edit Download
📁 tests Folder -
📄 tests.php File 13704
Edit Download
📁 wordpress Folder -
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);