31 lines
1.0 KiB
PHP
31 lines
1.0 KiB
PHP
<?php
|
|
|
|
/**
|
|
* JCH Optimize - Aggregate and minify external resources for optmized downloads
|
|
*
|
|
* @author Samuel Marshall <sdmarshall73@gmail.com>
|
|
* @copyright Copyright (c) 2010 Samuel Marshall
|
|
* @license GNU/GPLv3, See LICENSE file
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* If LICENSE file missing, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
// Protect from unauthorized access
|
|
defined('_JEXEC') or die;
|
|
|
|
const JCH_VERSION = '8.0.6';
|
|
const JCH_DATE = '2023-08-09';
|
|
const JCH_PRO = '0';
|
|
const JCH_DEVELOP = '0';
|
|
const JCH_PLATFORM = 'Joomla!';
|