config master update
- 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
This commit is contained in:
12
www/configs/config.other.php
Executable file
12
www/configs/config.other.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?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__
|
||||
Reference in New Issue
Block a user