test

Php code posted by test
created at 13 Apr 09:12

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
defined('_JEXEC') or die('Restricted access');

jimport('joomla.plugin.plugin');
jimport('joomla.html.parameter');
jimport('joomla.version');

class plgSystemK2Filter extends JPlugin {

  function plgSystemK2Filter(&$subject, $config) {
    parent::__construct($subject, $config);
  }
  
  function onAfterRoute() {        
332 Bytes in 2 ms with coderay