Skip to content
Snippets Groups Projects

5534 add docker

Merged Hahn Axel (hahn) requested to merge 5534-add-docker into master
5 files
+ 65
8
Compare changes
  • Side-by-side
  • Inline

Files

+ 8
5
<?php
<?php
$aConfig = array_replace_recursive(
include('config_defaults.php'),
$aConfig = include('config_defaults.php');
include('config_custom.php')
if (file_exists('config_custom.php')){
)
$aConfig = array_replace_recursive(
;
$aConfig,
 
include('config_custom.php')
 
);
 
}
// ----------------------------------------------------------------------
// ----------------------------------------------------------------------
// generate some vars
// generate some vars
Loading