mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update tutorials site URL
This commit is contained in:
parent
262595cbbe
commit
f69726d416
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ class Plugin extends ObjectYPT
|
|||
if ($comparePluginVersion) {
|
||||
$pluginsMarketplace = ObjectYPT::getSessionCache('getAvailablePlugins', 600); // 10 min cache
|
||||
if (empty($pluginsMarketplace)) {
|
||||
$pluginsMarketplace = _json_decode(url_get_contents("https://tutorials.avideo.com/info?version=1", "", 2));
|
||||
$pluginsMarketplace = _json_decode(url_get_contents("https://tutorials.wwbn.net/info?version=1", "", 2));
|
||||
if (!empty($pluginsMarketplace)) {
|
||||
ObjectYPT::setSessionCache('getAvailablePlugins', $pluginsMarketplace);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue