DRUPAL_ANONYMOUS_RID
Definition
Description
Role ID for anonymous users; should match what's in the "role" table.
Code
<?php
define('DRUPAL_ANONYMOUS_RID', 1);
?> Role ID for anonymous users; should match what's in the "role" table.
<?php
define('DRUPAL_ANONYMOUS_RID', 1);
?>