Kilandor |
|
---|---|
well you would be almost correct
See it redirects you to message.php So if you took the above code and put it in message.php similar to user.php it would work however you don't need all that if all you would need is this...
if($_GET['msg'] == 118)
{
define('SED_AUTH', TRUE);
}
|