From b6d8012ed7f66de66724ab20d83afbfffbc3a458 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 3 Oct 2010 18:00:21 +0000 Subject: [PATCH] MDL-24500 first step towards BC for user/pix.php --- user/pix.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 user/pix.php diff --git a/user/pix.php b/user/pix.php new file mode 100644 index 00000000000..0b84d34405f --- /dev/null +++ b/user/pix.php @@ -0,0 +1,12 @@ +set_url('/user/pix.php'); +$PAGE->set_context(null); + +redirect($OUTPUT->pix_url('u/f1')); -- 2.43.0