upload_perm

Definition

upload_perm()
modules/upload.module, line 36

Description

Implementation of hook_perm().

Code

<?php
function upload_perm() {
  return array('upload files', 'view uploaded files');
}
?>
 
 

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.