|
|
Sergey Kornilov admin 11/11/2015 |
|
This question doesn't make sense in the way it asked. Do you want to only allow access to your application from the desktop? |
|
|
|
crodrigof author 11/12/2015 |
|
This question doesn't make sense in the way it asked. Do you want to only allow access to your application from the desktop?
|
|
|
|
Sergey Kornilov admin 11/12/2015 |
|
I think I understand. You need certain users to be able to access website from mobile device only while others should be using desktop only. id username password device
if (isMobile() && $data["device"]!="mobile") {
|
|