]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
All settings are now stored in config.php 255/head
authorArthurHoaro <arthur@hoa.ro>
Mon, 29 Jun 2015 10:23:00 +0000 (12:23 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 9 Jul 2015 18:46:03 +0000 (20:46 +0200)
commitdd484b90b1c15989210d7379e51256d545856d95
treec7300dc1c54388699ca45055cae58b2740525c80
parenteee711c0a8583e1c2ea2186544795d59fa41d9f6
All settings are now stored in config.php

Isolate functions related to config in Config.php + add unit tests + code_sniffer.

options.php is not supported anymore, but its content will be automatically saved into config.php

Fixes #shaarli/Shaarli#41

*TODO*: update [documentation](https://github.com/shaarli/Shaarli/wiki#configuration).
application/Config.php [new file with mode: 0755]
index.php
tests/ConfigTest.php [new file with mode: 0755]