Refactor bootstrap.

This commit is contained in:
Lars Jung 2015-05-06 13:11:37 +02:00
parent 85be66886a
commit 1975715dbd
4 changed files with 4 additions and 3 deletions

View file

@ -23,5 +23,4 @@ function __autoload($class_name) {
normalized_require_once("inc/class-" . strtolower($class_name));
}
normalized_require_once("config");
Bootstrap::run();