From: Dan Untenzu Date: Mon, 16 Jan 2017 17:12:50 +0000 (+0100) Subject: [FEATURE] Install script: Simplify config generation X-Git-Tag: 2.0.0~9 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/e1c30044b1fa083d89b4bf8f0265fb2785583411?ds=sidebyside;hp=e1c30044b1fa083d89b4bf8f0265fb2785583411 [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. ---