HEX
Server: Apache
System: Linux host62.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
User: skytechbd (1007)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/skytechbd/public_html/wp-content/plugins/LayerSlider/views/addons.php
<?php

if( ! defined( 'LS_ROOT_FILE' ) ) {
	header('HTTP/1.0 403 Forbidden');
	exit;
}

$section = ! empty( $_GET['section'] ) ? $_GET['section'] : false;

switch( $section ) {

	case 'revisions':
		include LS_ROOT_PATH . '/views/revisions.php';
		break;

	default:
		include LS_ROOT_PATH . '/templates/tmpl-addons.php';
		break;
}