constant DRUPAL_ROOT in Authenticated User Page Caching (Authcache) 7.2
Same name in this branch
Root directory of Drupal installation.
13 uses of DRUPAL_ROOT
- authcache.php in modules/
authcache_p13n/ safe_frontcontroller/ authcache.php - Alternative front controller for user specific content fragments.
- authcache.php in modules/
authcache_p13n/ frontcontroller/ authcache.php - Default front controller for user specific content fragments.
- AuthcacheCommentNumNewSetting::get in modules/
authcache_comment/ includes/ AuthcacheCommentNumNewSetting.inc - Number of new comments for given nids.
- AuthcacheFormTokenFragment::render in modules/
authcache_form/ includes/ AuthcacheFormTokenFragment.inc - Render hidden field for CSRF token.
- AuthcacheForumNumNewSetting::get in modules/
authcache_forum/ includes/ AuthcacheForumNumNewSetting.inc - Number of new forum topics for user.
File
- modules/
authcache_p13n/ safe_frontcontroller/ authcache.php, line 22 - Alternative front controller for user specific content fragments.
Code
define('DRUPAL_ROOT', getcwd());