root/devel-backup/units/permissions/main.php

Revision 45, 246 bytes (checked in by sven, 3 years ago)

dos2unix to clean line endings, set svn property eol-style native, some whitespace homogenisation

  • Property svn:eol-style set to native
Line 
1 <?php
2
3     // Elgg "permissions" module
4     // Checks to see if the current user has edit permissions on a particular object
5     
6     // FUNCTIONS
7     
8     // Check permissions
9         $function['permissions:check'][] = path . "units/permissions/function_check.php";
10
11 ?>
Note: See TracBrowser for help on using the browser.