Hi there.
I just found , not really pretty thing at my server.
On one of my sites i runned :
PHP Code:
<?php
exec('find /var/www/clients/ -iname "*" | xargs grep "<?" -sl', $files3);
print_r($files3); die();
And i got ALL files of ALL users with "<?" in it. I don't think, it's normally.
Is it my fault , did i something wrong?
Please, help!