Skip to content

Commit

Permalink
MDL-24500 first step towards BC for user/pix.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Oct 3, 2010
1 parent 088d940 commit b6d8012
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions user/pix.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

define('NOMOODLECOOKIE', 1);

require('../config.php');

//TODO: redirect to new image location

$PAGE->set_url('/user/pix.php');
$PAGE->set_context(null);

redirect($OUTPUT->pix_url('u/f1'));

0 comments on commit b6d8012

Please sign in to comment.