Recent content by Hsilamot

  1. H

    “Cannot modify header information - headers already sent by”

    on core.php on line68 you're using a dynamic property, which generates an error message, that error message makes it so when you try to send the headers to redirect (Lines 4 13 and 14 of redirect.php) it can't modify the headers of the page. You can either disable the display of the warning...
Back
Top