1.2.626. Joomla usage¶
This analysis reports usage of the Joomla CMS.
<?php
// no direct access
defined('_JEXEC') or die('Restricted access');
jimport('joomla.application.component.controller');
JLoader::import('KBIntegrator', JPATH_PLUGINS . DS . 'kbi');
class MyController extends JController {
function display($message) {
echo $message;
}
}
?>
See also Joomla.
1.2.626.1. Connex PHP features¶
1.2.626.1.1. Specs¶
Short name |
Vendors/Joomla |
Rulesets |
|
Exakat since |
0.11.8 |
PHP Version |
All |
Severity |
Minor |
Time To Fix |
Slow (1 hour) |
Precision |
Very high |
Available in |