FILE_DOWNLOADS_PUBLIC

Definition

includes/file.inc

Description

Flag to indicate that the 'public' file download method is enabled.

When using this method, files are available from a regular HTTP request, which provides no additional access restrictions.

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Code

<?php
define('FILE_DOWNLOADS_PUBLIC', 1);
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.