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