3 lines
No EOL
90 B
PHP
3 lines
No EOL
90 B
PHP
if(strpos($_SERVER['HTTP_USER_AGENT'], "Nintendo DSi") !== false){
|
|
echo("DSi Detected");
|
|
} |