mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
8 lines
216 B
PHP
Executable File
8 lines
216 B
PHP
Executable File
<?php
|
|
global $acl,$account_id;
|
|
// Add default acl to allow the new user to access their
|
|
// addressbook
|
|
// This file is not really needed or used at this time
|
|
$acl->add('addressbook','u_'.$account_id,1);
|
|
?>
|