Changeset 289
- Timestamp:
- 06/08/07 13:01:05
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/libraries/Freakauth_light.php
r283 r289 122 122 123 123 /** 124 * Method used to restrict ac ess to controllers or methods of controllers124 * Method used to restrict access to controllers or methods of controllers 125 125 * to the specified category of users. 126 126 * It requires 2 optional parameters: 127 * - the first parameter specifies the user group i.e. ('admin')127 * - the first parameter specifies the user group i.e. ('admin') 128 128 * - the second parameter specifies whether the area is reserved ONLY to 129 129 * that group (true) or if it is accessible by groups higher in the
