FILE_DOWNLOADS_PUBLIC
Definition
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
| Name | Description |
|---|---|
| File interface | Common file handling functions. |
Code
<?php
define('FILE_DOWNLOADS_PUBLIC', 1);
?> 