You are here

constant FILE_NOT_READABLE in Drupal 6

Same name and namespace in other branches
  1. 8 core/includes/install.inc \FILE_NOT_READABLE
  2. 5 includes/install.inc \FILE_NOT_READABLE
  3. 7 includes/install.inc \FILE_NOT_READABLE
  4. 9 core/includes/install.inc \FILE_NOT_READABLE
  5. 10 core/includes/install.inc \FILE_NOT_READABLE
3 uses of FILE_NOT_READABLE
drupal_install_fix_file in includes/install.inc
Attempt to fix file permissions.
drupal_install_mkdir in includes/install.inc
Create a directory with specified permissions.
drupal_verify_install_file in includes/install.inc
Verify the state of the specified file.

File

includes/install.inc, line 16

Code

define('FILE_NOT_READABLE', 32);