aboutsummaryrefslogtreecommitdiff
path: root/lib/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bootstrap.php')
-rw-r--r--lib/bootstrap.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index 6465f5f9..29c8b97d 100644
--- a/lib/bootstrap.php
+++ b/lib/bootstrap.php
@@ -18,9 +18,9 @@ $files = [
__DIR__ . '/../lib/url.php',
__DIR__ . '/../lib/seotags.php',
// Vendor
- __DIR__ . '/../vendor/parsedown/Parsedown.php',
- __DIR__ . '/../vendor/php-urljoin/src/urljoin.php',
- __DIR__ . '/../vendor/simplehtmldom/simple_html_dom.php',
+ __DIR__ . '/../lib/parsedown/Parsedown.php',
+ __DIR__ . '/../lib/php-urljoin/src/urljoin.php',
+ __DIR__ . '/../lib/simplehtmldom/simple_html_dom.php',
];
foreach ($files as $file) {
require_once $file;