mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 08:07:33 +02:00
chore: prepare for introduction of php-webdriver/webdriver (Selenium) (#3975)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
if (is_file(__DIR__ . '/../vendor/autoload.php')) {
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
}
|
||||
|
||||
const PATH_LIB_CACHES = __DIR__ . '/../caches/';
|
||||
const PATH_CACHE = __DIR__ . '/../cache/';
|
||||
|
||||
|
Reference in New Issue
Block a user