constant BOOST_DISABLE_CLEAN_URL in Boost 6
3 uses of BOOST_DISABLE_CLEAN_URL
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_htaccess_cache_dir_generate in ./
boost.module - boost_init in ./
boost.module - Implementation of hook_init(). Performs page setup tasks if page not cached.
File
- ./
boost.module, line 83 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_DISABLE_CLEAN_URL', variable_get('boost_disable_clean_url', FALSE));