1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
Daniel Neto 2025-03-29 09:41:30 -03:00
parent bfcabe6dfc
commit aa817608fd
3 changed files with 6 additions and 2 deletions

View file

@ -532,3 +532,6 @@ function escapeshellcmdURL(string $command)
return str_replace('\?', '?', escapeshellcmd($command));
}
function recreateCache(){
return (!empty($_REQUEST['recreate']) && !isBot());
}