mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[core] simplify cache related code and remove misleading comment
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
581bff166c
commit
0a86d572c2
@ -109,9 +109,8 @@ try{
|
|||||||
|
|
||||||
// Data retrieval
|
// Data retrieval
|
||||||
$bridge = Bridge::create($bridge);
|
$bridge = Bridge::create($bridge);
|
||||||
if(defined("DEBUG")) {
|
if(!defined("DEBUG")) {
|
||||||
} else {
|
$bridge->setCache($cache);
|
||||||
$bridge->setCache($cache); // just add disable cache to your query to disable caching
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$noproxy=filter_input(INPUT_GET,'_noproxy');
|
$noproxy=filter_input(INPUT_GET,'_noproxy');
|
||||||
|
Loading…
Reference in New Issue
Block a user