DRUPAL_ANONYMOUS_RID

Definition

includes/bootstrap.inc

Description

Role ID for anonymous users; should match what's in the "role" table.

Code

<?php
define('DRUPAL_ANONYMOUS_RID', 1);
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.