|
Yes you should apply those changes..
The stripos function is only needed if u use php < 5 (ie php4)
because php 5 has stripos included.. if the function does not exist (i.e. u are using php 4) then the included stripos function is automatically activated..
Luc
|