The image verification code you entered is incorrect.

Drupal: Variable overrides in settings.php

Here are some of the valid variables, you can overwrite using the sites\default\settings.php file:
$conf = array(
'site_name' => 'My site',
'theme_default' => 'pushbutton',
'anonymous' => 'Visitor'
);

theme_default: The default theme
clean_url: CLEAN URLs or not 0/1
cache: Caching is on of off 0/1
site_offline: Site is offline or not 0/1
file_directory_path: Path for the file upload
site_mission
site_footer
site_frontpage: Default node


To see more variables:
Look at the column names of the table: variable
 


Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
More information about formatting options Captcha Image: you will need to recognize the text in it.
Please type in the letters/numbers that are shown in the image above.