constant BOOST_PERMISSIONS_FILE in Boost 6
4 uses of BOOST_PERMISSIONS_FILE
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_cache_write in ./
boost.module - Writes data to filename in an atomic operation thats compatible with older versions of php (php < 5.2.4 file_put_contents() doesn't lock correctly).
- _boost_copy_file in ./
boost.module - Copy a file.
- _boost_write_file_chmod in ./
boost.module - Create the dir, write the file, chmod the file.
File
- ./
boost.module, line 85 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_PERMISSIONS_FILE', variable_get('boost_permissions_file', ''));