mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Update
This commit is contained in:
parent
bfcabe6dfc
commit
aa817608fd
3 changed files with 6 additions and 2 deletions
|
@ -532,3 +532,6 @@ function escapeshellcmdURL(string $command)
|
|||
return str_replace('\?', '?', escapeshellcmd($command));
|
||||
}
|
||||
|
||||
function recreateCache(){
|
||||
return (!empty($_REQUEST['recreate']) && !isBot());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue