HEX
Server: Apache
System: Linux webm006.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: perditaeyz (838589)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/p/e/r/perditaeyz/www/wp-content/plugins/better-wp-security/core/js/admin-logs.js
jQuery( document ).ready( function () {

	var $_GET = {};

	document.location.search.replace( /\??(?:([^=]+)=([^&]*)&?)/g, function () {
		function decode( s ) {
			return decodeURIComponent( s.split( "+" ).join( " " ) );
		}

		$_GET[decode( arguments[1] )] = decode( arguments[2] );
	} );

	var uri = URI( window.location.href )

	jQuery( '#itsec_log_filter' ).on( 'change', function () {

		uri.removeSearch( 'itsec_log_filter' ).removeSearch( 'orderby' ).removeSearch( 'order' ).removeSearch( 'paged' ).addSearch( { itsec_log_filter: [this.value] } );
		window.location.replace( uri );

	} );

} );