You are here

constant FILE_EXIST in Drupal 5

Same name and namespace in other branches
  1. 8 core/includes/install.inc \FILE_EXIST
  2. 6 includes/install.inc \FILE_EXIST
  3. 7 includes/install.inc \FILE_EXIST
  4. 9 core/includes/install.inc \FILE_EXIST
  5. 10 core/includes/install.inc \FILE_EXIST
4 uses of FILE_EXIST
drupal_verify_install_file in includes/install.inc
Verify the state of the specified file.
install_change_settings in ./install.php
Configure and rewrite settings.php.
install_main in ./install.php
The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
system_requirements in modules/system/system.install
Test and report Drupal installation requirements.

File

includes/install.inc, line 11

Code

define('FILE_EXIST', 1);