- use config.other.php to include other none core settings - fix tab intends for not used defines - remove old ACL defines that are not needed - move BASE_NAME out to new area TODO: think about removing G_TITLE TODO: think about BASE_NAME external setting
13 lines
340 B
PHP
Executable File
13 lines
340 B
PHP
Executable File
<?php declare(strict_types=1);
|
|
/********************************************************************
|
|
* AUTHOR: Clemens Schwaighofer
|
|
* CREATED: 2019/10/28
|
|
* SHORT DESCRIPTION:
|
|
* other global constant variables
|
|
* HISTORY:
|
|
*********************************************************************/
|
|
|
|
// DEFINE('SOME_ID', <SOME VALUE>);
|
|
|
|
// __END__
|