1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-26 21:02:54 +02:00

core: Add path separator to PATH_CACHE

This commit is contained in:
logmanoriginal
2018-11-10 19:48:05 +01:00
parent 2104fc4d58
commit ecdac1b089
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ define('PATH_LIB_VENDOR', __DIR__ . '/../vendor/'); // Path to vendor library
define('PATH_LIB_BRIDGES', __DIR__ . '/../bridges/'); // Path to bridges library
define('PATH_LIB_FORMATS', __DIR__ . '/../formats/'); // Path to formats library
define('PATH_LIB_CACHES', __DIR__ . '/../caches/'); // Path to caches library
define('PATH_CACHE', __DIR__ . '/../cache'); // Path to cache folder
define('PATH_CACHE', __DIR__ . '/../cache/'); // Path to cache folder
define('REPOSITORY', 'https://github.com/RSS-Bridge/rss-bridge/');
// Interfaces