X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=633ab89e6386e90eaa02f76d5a1880cb9366dccb;hb=7be2a2d5f4078ba97b3281f2b5c33ae9bd337be5;hp=1dec569ce0b4197028ef0f2099dbaf5413b3720e;hpb=a932f486f20f3daf8ad657d8d39a6d6c316e66eb;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 1dec569c..633ab89e 100644 --- a/index.php +++ b/index.php @@ -63,10 +63,8 @@ require_once 'application/http/HttpUtils.php'; require_once 'application/http/UrlUtils.php'; require_once 'application/updater/UpdaterUtils.php'; require_once 'application/FileUtils.php'; -require_once 'application/NetscapeBookmarkUtils.php'; require_once 'application/TimeZone.php'; require_once 'application/Utils.php'; -require_once 'application/PluginManager.php'; use \Shaarli\ApplicationUtils; use \Shaarli\Bookmark\Exception\LinkNotFoundException; @@ -76,6 +74,8 @@ use \Shaarli\Feed\CachedPage; use \Shaarli\Feed\FeedBuilder; use \Shaarli\History; use \Shaarli\Languages; +use \Shaarli\Netscape\NetscapeBookmarkUtils; +use \Shaarli\Plugin\PluginManager; use \Shaarli\Render\PageBuilder; use \Shaarli\Render\ThemeUtils; use \Shaarli\Router;