GhostManSec
Server: Apache
System: Linux webm002.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: urgencetin (90929)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/u/r/g/urgencetin/www/wp-content/plugins/LayerSlider/assets/wp/404.php
<?php

// Prevent direct file access
defined( 'LS_ROOT_FILE' ) || exit;

if( get_option('ls-404-addon-enabled', false ) ) {
	add_action( 'template_redirect', function() {
		if( is_404() ) {
			require_once LS_ROOT_PATH.'/views/template-404.php';
			die();
		}
	}, 1, 0 );
}