MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/ready4allservices.com/wp-content/plugins/LayerSlider/views/
File Upload :
Current < : /hermes/bosweb/b1705/ready4allservices.com/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;
}