FILE_DOWNLOADS_PUBLIC

Definition

drupal/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

define('FILE_DOWNLOADS_PUBLIC', 1);