/ Published in: PHP

Using the kohana framework for XSS protection
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$get = input::instance()->get(); $cacheKey = 'empty'; } else { }
Comments
