3DSTownSquare/3ds/chat/test.php
2022-05-26 12:34:34 +00:00

8 lines
No EOL
139 B
PHP
Executable file

<?php
$threeds = true;
if(strpos($_SERVER["HTTP_USER_AGENT"], "Nintendo DSi") !== false){
$threeds = false;
} else {
// Is using 3DS
}
?>