Development

Changeset 7071

You must first sign up to be able to contribute.

Changeset 7071

Show
Ignore:
Timestamp:
01/16/08 18:16:13 (8 months ago)
Author:
gregoire
Message:

Changed the check_lock setting's erroneous description (closes #2259)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/data/skeleton/app/app/config/settings.yml

    r6127 r7071  
    5252#    use_process_cache:      on        # Enable symfony optimizations based on PHP accelerators. Set to off for tests or when you have enabled a PHP accelerator in your server but don't want symfony to use it internally. 
    5353#    compressed:             off       # Enable PHP response compression. Set to on to compress the outgoing HTML via the PHP handler. 
    54 #    check_lock:             off       # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the $sf_symfony_data_dir/web/arrors/unavailable.php page
     54#    check_lock:             off       # Enable the application lock system triggered by the clear-cache task. Set to on to have all requests redirected to the $sf_symfony_data_dir/web/arrors/unavailable.php page during the clear-cache process
    5555# 
    5656#    # Output escaping settings