File: configuration.ext.php

package info (click to toggle)
extplorer 2.1.0b6%2Bdfsg.3-4%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,156 kB
  • sloc: php: 14,874; xml: 884; makefile: 124; sh: 35
file content (19 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/** ensure this file is being included by a parent file */
if( !defined( '_JEXEC' ) && !defined( '_VALID_MOS' ) ) die( 'Restricted access' );

/**
 * Configuration settings for frontend file browsing
 */

// ALLOW FRONTEND BROWSING ? Change to
//$frontend_enabled = true; // If needed!
$frontend_enabled = false;

// THE SUBDIRECTORY USERS CAN BROWSE INCLUDING ALL SUBDIRECTORIES
// relative to your physical Joomla root path ($mosConfig_absolute_path)!
// Please note: You currently can't exclude directories or files within
// the specified directory. All files and directories will be visible and downloadable
$subdir = '/dmdocuments';

?>