Robot
5a1ad16c9e
Fix database default fields to allow NULL. #1169. Fix the power list field to allow search. #1167. Remove Demo component from JCB v3 and added Hello Word component as demo in JCB v3.
16 lines
429 B
PHP
16 lines
429 B
PHP
<?php
|
|
/**
|
|
*
|
|
* @version 2.0.0 - September 03, 2014
|
|
* @package Component Builder
|
|
* @author Llewellyn van de Merwe <http://www.vdm.io>
|
|
* @copyright Copyright (C) 2014. All Rights Reserved
|
|
* @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
|
*
|
|
**/
|
|
|
|
// No direct access to this file
|
|
defined('_JEXEC') or die('Restricted access');
|
|
?>
|
|
###BOM###
|
|
[CUSTOMCODE=dynamicDownloadController]
|