From: scyrma Date: Wed, 19 Mar 2008 08:19:31 +0000 (+0000) Subject: MDL-13934 - Commit patch by Eloy - prevent display of moodle docs link on redirect... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=317f94b0a2d541f32634eefe08b0efdc1e52f7a0;p=moodle.git MDL-13934 - Commit patch by Eloy - prevent display of moodle docs link on redirect pages --- diff --git a/lib/weblib.php b/lib/weblib.php index 4e3b9726c3..f71cd49629 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -6142,6 +6142,7 @@ function redirect($url, $message='', $delay=-1) { docroot = false; // to prevent the link to moodle docs from being displayed on redirect page. print_footer('none'); die; }