find . -name "*thumb.php" -exec grep -H -n 'WEBSHOT_ENABLED' {} \;
or
find / -name '*.php' -exec grep WEBSHOT_ENABLED {} \;
To secure it use :
define (‘WEBSHOT_ENABLED’, false);
No comments:
Post a Comment