Go to the source code of this file.
Functions | |
| read_public_config (string $file) | |
| Öffentliche Defaults dürfen keine installationsbezogenen Ziele oder Geheimnisse enthalten. | |
| value_at (array $config, array $path) | |
Variables | |
| $modules = dirname(__DIR__, 2) . '/modules' | |
| $core = read_public_config($modules . '/dbx/cfg/config.php') | |
| $login = read_public_config($modules . '/dbxLogin/cfg/config.php') | |
| $contact = read_public_config($modules . '/dbxContact/cfg/config.php') | |
| $download = read_public_config($modules . '/dbxDownLoad/cfg/config.php') | |
| $mustBeEmpty | |
| foreach($mustBeEmpty as[$module, $config, $path]) | $disabledFlags |
| foreach( $disabledFlags as[ $module, $config, $path]) | if (( $core[ 'mail_delivery_mode'] ?? '') !=='internal') |
| read_public_config | ( | string | $file | ) |
Öffentliche Defaults dürfen keine installationsbezogenen Ziele oder Geheimnisse enthalten.
Reale Werte gehören ausschließlich in die durch .gitignore ausgeschlossenen config.local.php-Dateien.
Definition at line 10 of file public_config_defaults_test.php.
| value_at | ( | array | $config, |
| array | $path ) |
Definition at line 17 of file public_config_defaults_test.php.
| $contact = read_public_config($modules . '/dbxContact/cfg/config.php') |
Definition at line 32 of file public_config_defaults_test.php.
| $core = read_public_config($modules . '/dbx/cfg/config.php') |
Definition at line 30 of file public_config_defaults_test.php.
| foreach ( $mustBeEmpty as[ $module, $config, $path]) $disabledFlags |
Definition at line 59 of file public_config_defaults_test.php.
| $download = read_public_config($modules . '/dbxDownLoad/cfg/config.php') |
Definition at line 33 of file public_config_defaults_test.php.
| $login = read_public_config($modules . '/dbxLogin/cfg/config.php') |
Definition at line 31 of file public_config_defaults_test.php.
| $modules = dirname(__DIR__, 2) . '/modules' |
Definition at line 29 of file public_config_defaults_test.php.
| $mustBeEmpty |
Definition at line 35 of file public_config_defaults_test.php.
| foreach($disabledFlags as[$module, $config, $path]) if(($core['mail_delivery_mode'] ?? '') !=='internal') | ( | ($core['mail_delivery_mode'] ?? '') ! | = = 'internal' | ) |
Definition at line 77 of file public_config_defaults_test.php.