]> CyberLeo.Net >> Repos - Github/YOURLS.git/commit
Attempt at making bootstrap more modular
authorozh <ozh@ozh.org>
Wed, 13 Sep 2017 20:48:24 +0000 (22:48 +0200)
committerozh <ozh@ozh.org>
Wed, 13 Sep 2017 20:48:24 +0000 (22:48 +0200)
commit7a8cf821fef725b3da0434927a22e39201217976
treecb657f3e8b392d7b747b3ddcfc453715a191ab95
parent75a273253f4b8e737b19dc63f4c60ce777ece508
Attempt at making bootstrap more modular

The idea is to try and make the unit test bootstrapping less stupid with less duplicated code.
includes/YOURLS/Config/Config.php [new file with mode: 0644]
includes/YOURLS/Config/Init.php [new file with mode: 0644]
includes/YOURLS/Config/InitDefaults.php [new file with mode: 0644]
includes/load-yourls.php