]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge branch 'develop' into rewrites/coding-convention-split2
[friendica.git] / boot.php
index b1c7b265b28e1ea0905ba21b4e5826f07c454c04..438c6bb1ff2e4446f07adf7e1099060297ca33a9 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@
  * easily as email does today.
  */
 
-require_once('include/autoloader.php');
+require_once(__DIR__ . DIRECTORY_SEPARATOR. 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php');
 
 use \Friendica\Core\Config;
 
@@ -29,7 +29,6 @@ require_once('include/datetime.php');
 require_once('include/pgettext.php');
 require_once('include/nav.php');
 require_once('include/cache.php');
-require_once('library/Mobile_Detect/Mobile_Detect.php');
 require_once('include/features.php');
 require_once('include/identity.php');
 require_once('update.php');