X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=b1d37a01cf1d83fd0c55e68b8020176060f7593f;hb=f24896b237e40718fb6eaa2869592eb0855a47fd;hp=66fe30f1921ed3fdb842c275c85d04e42cf4a74c;hpb=51753e403fa69c0ce124ede27d300477e3e799ca;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 66fe30f1..b1d37a01 100644 --- a/index.php +++ b/index.php @@ -63,24 +63,25 @@ require_once 'application/http/HttpUtils.php'; require_once 'application/http/UrlUtils.php'; require_once 'application/FileUtils.php'; require_once 'application/History.php'; -require_once 'application/LinkDB.php'; require_once 'application/LinkFilter.php'; require_once 'application/LinkUtils.php'; require_once 'application/NetscapeBookmarkUtils.php'; -require_once 'application/PageBuilder.php'; require_once 'application/TimeZone.php'; require_once 'application/Utils.php'; require_once 'application/PluginManager.php'; require_once 'application/Router.php'; require_once 'application/Updater.php'; + +use \Shaarli\Bookmark\LinkDB; use \Shaarli\Config\ConfigManager; use \Shaarli\Feed\CachedPage; use \Shaarli\Feed\FeedBuilder; use \Shaarli\History; use \Shaarli\Languages; +use \Shaarli\Render\PageBuilder; +use \Shaarli\Render\ThemeUtils; use \Shaarli\Security\LoginManager; use \Shaarli\Security\SessionManager; -use \Shaarli\ThemeUtils; use \Shaarli\Thumbnailer; // Ensure the PHP version is supported