Home Forums Newsletter Plugin Support Optimization for statistics.php: don't show 404 if user not exists

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #153556
    Farant
    Participant

    Hi Satolo,

    in statistics/statistics.php:73 you ask if a user exists. If not, the script fires a 404 and died with “Invalid subscriber”.
    It will be better to skip this error if no user will be found.

    For now i comment it out:

    // header("HTTP/1.0 404 Not Found");
    // die('Invalid subscriber');

    Best regards
    Farant

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.