Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
MDL-24500 first step towards BC for user/pix.php
[moodle.git]
/
user
/
pix.php
1
<?php
2
3
define('NOMOODLECOOKIE', 1);
4
5
require('../config.php');
6
7
//TODO: redirect to new image location
8
9
$PAGE->set_url('/user/pix.php');
10
$PAGE->set_context(null);
11
12
redirect($OUTPUT->pix_url('u/f1'));