1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Fix category load

This commit is contained in:
DanielnetoDotCom 2020-12-14 12:16:52 -03:00
parent 425e03e9a0
commit 7df9ac760f
5 changed files with 69 additions and 169 deletions

View file

@ -3220,6 +3220,9 @@ function get_browser_name($user_agent = "") {
*/
function isOldChromeVersion() {
$global;
if(empty($_SERVER['HTTP_USER_AGENT'])){
return false;
}
if(!empty($global['forceOldChrome'])){
return true;
}