1
Hello every1
I have this error when Making a post with SHoutbox module (Not tank Module).
Notice: Function xoops_refcheck() is deprecated, use xoopsSecurity::checkReferer instead in file /include/functions.legacy.php line 37
The error after Making this line to Check if the Visitor trys to access the post file direct .
if( ! xoops_refcheck() ) die( "XOOPS_URL is not included in your REFERER" ) ;
Is any thing wrong with useing xoops_refcheck ?