refactor: use proper dependency tracking
As you can see, there is quite a tangled web of dependency in this project, which is something to look at later. Fix #33
This commit is contained in:
parent
42b4fa03d3
commit
cd0c6bc295
11 changed files with 46 additions and 44 deletions
|
@ -13,6 +13,11 @@
|
|||
*
|
||||
* @since 2.5.5 Bugfix: Stylesheets: minify to shrink the carbon footprint, increase speed and implement best practice, thanks to @docteurfitness issue report.
|
||||
*/
|
||||
|
||||
require_once dirname( __FILE__, 2) . '/config.php';
|
||||
require_once dirname( __FILE__, 2) . '/convert.php';
|
||||
require_once dirname( __FILE__, 2) . '/settings.php';
|
||||
require_once dirname( __FILE__ ) . '/init.php';
|
||||
|
||||
/**
|
||||
* Layout Engine for the administration dashboard.
|
||||
|
|
Reference in a new issue