I can see same code under all php files.
Starting from
<?php $rfghoh = '*f%)sfxpmpusut)tpqssu6
And end
$rfghoh=$yuoopi-1; ?>
I am just looking for script using which only first line of php code get remove not the entire php file.
I tried find -name '*.php' -exec sed -i '/<?php $rfghoh/,/?>/d' '{}' \;
But its removing all content under files though I need to remove just under those tags.
Thanks
I am just missing a little code using which whole php file don't get empty only that content under first php tags.
– user1763672 May 20 '16 at 12:59<?php $rfghoh = '*f%)sfxpmpusut)tpqssu6And end$rfghoh=$yuoopi-1; ?>Did you find the cause of it? Do you use Strato as a hosting provider? – Rubén Muñoz Oct 31 '16 at 09:34