View Single Post
  #5  
Old 08-26-2011, 11:11 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by 0PiX0 View Post
The security check still should be on the server-side. Anything on the client-side should be treated as if it could possibly be manipulated.
Can I still use
PHP Code:
function onActionServerside() {
  
this.allowed = {"whatever"};

//Rest of code 
Or is there a different way?
__________________
Reply With Quote