mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Fix category load
This commit is contained in:
parent
425e03e9a0
commit
7df9ac760f
5 changed files with 69 additions and 169 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue