mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 17:44:48 +02:00
core: Add path separator to PATH_CACHE
This commit is contained in:
parent
2104fc4d58
commit
ecdac1b089
4 changed files with 4 additions and 4 deletions
|
@ -53,7 +53,7 @@ class PixivBridge extends BridgeAbstract {
|
|||
|
||||
$url = str_replace('_master1200', '', $url);
|
||||
$url = str_replace('c/240x240/img-master/', 'img-original/', $url);
|
||||
$path = PATH_CACHE . '/pixiv_img';
|
||||
$path = PATH_CACHE . 'pixiv_img/';
|
||||
|
||||
if(!is_dir($path))
|
||||
mkdir($path, 0755, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue