Changeset 2908 for plugins/atReply/index.php
- Timestamp:
- 01/23/11 20:09:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/atReply/index.php
r2746 r2908 27 27 28 28 if (!defined('DC_CONTEXT_ADMIN')) {return;} 29 30 if (!$core->auth->check('admin',$core->blog->id)) 31 { 32 echo('<html><head><title>Error</title></head>'. 33 '<body><p class="error">'. 34 __('Invalid permission.'). 35 '</p></body></html>'); 36 return; 37 } 29 38 30 39 $settings =& $core->blog->settings;
Note: See TracChangeset
for help on using the changeset viewer.