Changeset 3461
- Timestamp:
- 06/19/07 14:12:08 (17 months ago)
- Files:
-
- 1 modified
-
trunk/components/Textcube.Control.Auth.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Textcube.Control.Auth.php
r3460 r3461 25 25 '/owner/reader', 26 26 '/owner/setting*', 27 '/owner/plugin/admin*' 27 28 ), 28 29 "group.editors" => array( 29 30 '/owner/center/dashboard', 30 31 '/owner/center/about', 31 '/owner/entry*' 32 '/owner/entry*', 33 '/owner/plugin/admin*' 32 34 ), 33 35 "group.writers" => array( … … 36 38 '/owner/entry*', 37 39 '/owner/setting/account*', 38 '/owner/reader' 40 '/owner/reader', 41 '/owner/plugin/admin*' 39 42 ) 40 43 );
