mirror of
https://github.com/moodle/moodle.git
synced 2025-03-30 05:22:35 +02:00
5 lines
105 B
PHP
5 lines
105 B
PHP
<?php
|
|
include('../config.php');
|
|
redirect('http://en.wikipedia.org/wiki/Women%27s_liberation');
|
|
?>
|