]> git.p6c8.net - jirafeau_project.git/commit
[FEATURE] Install script: Simplify config generation
authorDan Untenzu <untenzu@webit.de>
Mon, 16 Jan 2017 17:12:50 +0000 (18:12 +0100)
committerJerome Jutteau <j.jutteau@gmail.com>
Thu, 19 Jan 2017 19:03:03 +0000 (19:03 +0000)
commite1c30044b1fa083d89b4bf8f0265fb2785583411
tree36d8f96834a2f0a3e6a425de0f2843d792a70175
parentaf7e43a4a3bbcb62912eabd75537480bf696b265
[FEATURE] Install script: Simplify config generation

Simplify the generation of the local configuration file
by replacing various loops with shorter PHP standard methods.

This will cause the local configuration to have a slightly
different style, but it is still an array therefore is
readable and changeable by PHP developers.
install.php
lib/settings.php

patrick-canterino.de