I'm using Moodle 2.5.2.
I would like to have the current logout in Moodle redirect me to another url. Right now, the Moodle logout redirects me to my root URL. Ex. redirect: www.mydomain.com. I would like the logout to redirect me to the same URL, but within a directory. Ex. redirect to: www.mydomain.com/test
Is there a way to do this? I've seen a post about editing the logout.php file, but I wasn't exactly sure how to change the link in the PHP.