Definition

drupal-cvs/includes/bootstrap.inc

Description

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

Code

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