Quote:
Originally Posted by Lock Down
use this ssh command to find all php.ini files in reverse date order. Cpanel usually hides it under a cpanel folder.
Code:
find / -name php.ini -print0 | xargs -0 stat --format '%Y %n'|sort -r
|
will u plz also tell me how to change that upload limit to more than 2MB using SSH