Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.7/administrator/components/com_newsfeeds/admin.newsfeeds.php
Parent Directory
|
Revision Log
|
Patch
| 14 |
// ensure user has access to this function |
// ensure user has access to this function |
| 15 |
if (!($acl->acl_check( 'administration', 'edit', 'users', $my->usertype, 'components', 'all' ) |
if (!($acl->acl_check( 'administration', 'edit', 'users', $my->usertype, 'components', 'all' ) |
| 16 |
| $acl->acl_check( 'administration', 'edit', 'users', $my->usertype, 'components', 'com_newsfeeds' ))) { |
| $acl->acl_check( 'administration', 'edit', 'users', $my->usertype, 'components', 'com_newsfeeds' ))) { |
| 17 |
mosRedirect( 'index2.php', _NOT_AUTH ); |
mosRedirect( 'index2.php', T_('You are not authorized to view this resource.') ); |
| 18 |
} |
} |
| 19 |
|
|
| 20 |
require_once( $mainframe->getPath( 'admin_html' ) ); |
require_once( $mainframe->getPath( 'admin_html' ) ); |
|
|
Legend:
| Removed from v.165 |
|
| changed lines |
| |
Added in v.194 |
|
|

Web Hosting provided by Network
Redux.