Example #1
0
 function __construct($config = array())
 {
     parent::__construct($config);
     $task = JRequest::getString('task');
     if ($task != 'select') {
         die('Access not allowed');
     }
 }