So I just got my sorry ass hacked, the hack put some obscure string in almost every one of the php files on my website. How can I remove every instance that line occurs?
The code it added started with <?php
so therefore I cannot simply replace it with blank, I need to delete it and move up the actual relevant code up one line as <?php
cannot start on a white space...