mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-11 02:54:10 +02:00
Merge branch 'live'
This commit is contained in:
@@ -88,9 +88,11 @@ try{
|
||||
|
||||
// Data retrieval
|
||||
$bridge = Bridge::create($bridge);
|
||||
$bridge
|
||||
->setCache($cache) // Comment this lign for avoid cache use
|
||||
->setDatas($_REQUEST);
|
||||
if(isset($_REQUEST["disable_cache"])) {
|
||||
} else {
|
||||
$bridge->setCache($cache); // just add disable cache to your query to disable caching
|
||||
}
|
||||
$bridge->setDatas($_REQUEST);
|
||||
|
||||
// Data transformation
|
||||
$format = Format::create($format);
|
||||
|
Reference in New Issue
Block a user