Merge pull request #207 from metashock/patch-1

Update install.php
This commit is contained in:
Dan Cryer 2013-11-25 03:45:18 -08:00
commit 02ff33583a

View file

@ -93,7 +93,7 @@ if ($installOK && strtoupper($_SERVER['REQUEST_METHOD']) == 'POST') {
unset($config['tmp']);
$dumper = new \Symfony\Component\Yaml\Dumper();
$yaml = $dumper->dump($config);
$yaml = $dumper->dump($config, 5);
file_put_contents(PHPCI_DIR . 'PHPCI/config.yml', $yaml);