joomla/com_fileprotect/admin/fileprotect.php
<?php
/**
* @package Joomla.Administrator
* @subpackage com_wk1
*
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
echo '<h1>component fileprotect</h1>
nothing to configure<br/>
select fileprotect in menuitem and set pathPrefix<br/>
filenames are composed JPATH_SITE / PathPrefix / getFile ⇒ ' . JPATH_SITE . ' / PathPrefixFromMenuItem / getFileFromUri<br/>
file ' . __FILE__;
?>