summaryrefslogtreecommitdiff
path: root/config/admin/schema_inc.php
blob: 474c9efe6b0b8e381c243c2bd5e8b7819efb50ef (plain)
1
2
3
4
5
6
7
<?php
global $gBitInstaller;

$gBitInstaller->registerPackageInfo( CONFIG_PKG_NAME, [
	'description' => "Configuration package contains site specific configuration that can override the core system templates and functionality. Themes are stored in this package which can be selected between.",
	'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>',
] );