The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
blocking access from google chrome
good many of my forum users complain, that does not have a good view in google chrome, the display is distorted way, you can not straighten out, then decided to block the chrome, below is the code I want to use to lock the browser, but it has to be inserted into page after page, wondering if it would have an easier way to block it
Code:
if (strstr($_SERVER["HTTP_USER_AGENT"], "Chrome")) { header("Location: chrome.php"); exit; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|