3DSTownSquare/3ds/dsitest.php

3 lines
No EOL
90 B
PHP

if(strpos($_SERVER['HTTP_USER_AGENT'], "Nintendo DSi") !== false){
echo("DSi Detected");
}