Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.992 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 14 | administrator/components/com_cache/cache.php |
2 | 2 | 14 | administrator/components/com_checkin/checkin.php |
3 | 2 | 14 | administrator/components/com_templates/templates.php |
4 | 2 | 14 | administrator/components/com_weblinks/weblinks.php |
| ||||
if (!$user->authorize('core.cache.manage')) { JFactory::getApplication()->redirect('index.php', JText::_('ALERTNOTAUTH')); } |
| ||||
if (!$user->authorize('core.checkin.manage')) { JFactory::getApplication()->redirect('index.php', JText::_('ALERTNOTAUTH')); } |
| ||||
if (!$user->authorize('core.templates.manage')) { JFactory::getApplication()->redirect('index.php', JText::_('ALERTNOTAUTH')); } |
| ||||
if (!$user->authorize('com_weblinks.manage')) { JFactory::getApplication()->redirect('index.php', JText::_('ALERTNOTAUTH')); } |
| |||
if (!$user->authorize( [[#variable460d2400]])) { JFactory::getApplication()->redirect('index.php',JText::_('ALERTNOTAUTH')); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#460d2400]] | 'com_weblinks.manage' |
1 | 2 | [[#460d2400]] | 'core.templates.manage' |
1 | 3 | [[#460d2400]] | 'core.cache.manage' |
1 | 4 | [[#460d2400]] | 'core.checkin.manage' |