You are here

constant BOOST_LOOPBACK_BYPASS in Boost 6

8 uses of BOOST_LOOPBACK_BYPASS
boost_admin_boost_performance_page in ./boost.admin.inc
Form builder; Displays Boost's configuration page.
boost_admin_generate_htaccess in ./boost.admin.inc
Generate htaccess code.
boost_crawler_add_to_table in ./boost.module
Add URL's to the boost_crawler table.
boost_crawler_count in ./boost.module
Count the number of URL's in the boost_cache table.
boost_crawler_prune_table in ./boost.module
Remove any urls in the crawler table if they are not expired or flushed.

... See full list

File

./boost.module, line 102
Provides static file caching for Drupal text output. Pages, Feeds, ect...

Code

define('BOOST_LOOPBACK_BYPASS', BOOST_CRAWL_ON_CRON ? variable_get('boost_loopback_bypass', FALSE) : FALSE);