HEX
Server: Apache/2.4.57 (Debian)
System: Linux 8ea768a960b0 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64
User: www-data (33)
PHP: 8.2.18
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/uapalmd/includes/class-protect-uploads-deactivator.php
<?php 
class Alti_ProtectUploads_Deactivator extends Alti_ProtectUploads {

	public function run() {
		$plugin = new Alti_ProtectUploads_Admin($this->plugin_name, $this->version);
		$plugin->remove_index();
		$plugin->remove_htaccess();
		delete_option( $this->get_plugin_name().'-protection' );

	}

}