by Howard Miller.
You didn't say what operating system you are running. There's normally something to search *in* files. On command line unix/linux...
cd /path/to/moodle
grep -rni 'moodle_redirector.php' *
...it's still not infalible, but it's worth a try.