D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
greytechnologies.info
/
wp-content
/
plugins
/
LayerSlider
/
assets
/
wp
/
Filename :
404.php
back
Copy
<?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 ); }