Changeset 288
- Timestamp:
- 06/08/07 09:31:21
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/controllers/admin/example.php
r231 r288 55 55 $data['heading']='Admin Console home'; 56 56 $data['action']='Just an example'; 57 $data['content']="<p>Do what do You want with this controller!</p>"57 $data['content']="<p>Do what you want with this controller!</p>" 58 58 ."<p>Click <b>".anchor('admin/example/restrict_example', 'here')."</b>: if you are a superadmin you will see something</p>" 59 59 ."<p>I'm sure You are smart enough!</p>"; … … 70 70 // -------------------------------------------------------------------- 71 71 /** 72 * Let's restric a method just to superadmin72 * Let's restrict a method just to superadmin 73 73 * 74 74 */
