You are here

10 calls to conf_path() in Drupal 6

conf_init in includes/bootstrap.inc
Loads the configuration and sets the base URL, cookie domain, and session name correctly.
drupal_get_filename in includes/bootstrap.inc
Returns and optionally sets the filename for a system item (module, theme, etc.). The filename, whether provided, cached, or retrieved from the database, is only returned if the file exists.
drupal_rewrite_settings in includes/install.inc
Read settings.php into a buffer line by line, changing values specified in $settings array, then over-writing the old settings.php file.
drupal_system_listing in includes/common.inc
Return an array of system file objects.
file_directory_path in includes/file.inc
Determine the default 'files' directory.
install_change_settings in ./install.php
Configure and rewrite settings.php.
install_check_requirements in ./install.php
Check installation requirements and report any errors.
install_tasks in ./install.php
Tasks performed after the database is initialized.
install_verify_settings in ./install.php
Verify existing settings.php
system_requirements in modules/system/system.install
Implementation of hook_requirements().