- drupal
- drupal6
- drupal7
Flag to indicate that the 'private' file download method is enabled.
When using this method, all file requests are served by Drupal, during which
access-control checking can be performed.
includes/file.inc, line 44
<?php
define('FILE_DOWNLOADS_PRIVATE', 2)
?>
Verwandte Themen
- File interface
- Common file handling functions.
Kommentare
Kommentar hinzufügen