Changeset 5632 for trunk/components/Textcube.Control.Auth.php
- Timestamp:
- 03/25/08 16:41:10 (10 months ago)
- Files:
-
- 1 modified
-
trunk/components/Textcube.Control.Auth.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Textcube.Control.Auth.php
r5430 r5632 27 27 '/owner/center/dashboard*', 28 28 '/owner/center/about', 29 '/owner/ entry*',29 '/owner/communication*', 30 30 '/owner/reader', 31 31 '/owner/setting*', … … 39 39 '/owner/entry/add*', 40 40 '/owner/entry/attach*', 41 '/owner/entry/comment*',42 41 '/owner/entry/delete*', 43 42 '/owner/entry/detach*', … … 46 45 '/owner/entry/edit*', 47 46 '/owner/entry/loadTemplate*', 48 '/owner/entry/notify*',49 47 '/owner/entry/post*', 50 48 '/owner/entry/preview*', 51 49 '/owner/entry/protect*', 52 50 '/owner/entry/size*', 53 '/owner/entry/trackback*',54 '/owner/entry/trash*',55 51 '/owner/entry/update*', 56 52 '/owner/entry/visibility*', 53 '/owner/communication/comment*', 54 '/owner/communication/trackback*', 55 '/owner/communication/trash*', 56 '/owner/communication/notify*', 57 57 '/owner/plugin/admin*' 58 58 ), … … 64 64 '/owner/entry/add*', 65 65 '/owner/entry/attach*', 66 '/owner/entry/comment*',67 66 '/owner/entry/delete*', 68 67 '/owner/entry/detach*', … … 71 70 '/owner/entry/edit*', 72 71 '/owner/entry/loadTemplate*', 73 '/owner/entry/notify*',74 72 '/owner/entry/post*', 75 73 '/owner/entry/preview*', 76 74 '/owner/entry/protect*', 77 75 '/owner/entry/size*', 78 '/owner/entry/trackback*',79 '/owner/entry/trash*',80 76 '/owner/entry/update*', 81 77 '/owner/entry/visibility*', 78 '/owner/communication/trackback*', 79 '/owner/communication/trash*', 80 '/owner/communication/comment*', 81 '/owner/communication/notify*', 82 82 '/owner/setting/account*', 83 83 '/owner/setting/teamblog/changeBlog*',
