5 lines
105 B
PHP
5 lines
105 B
PHP
<?php
|
|
include('../config.php');
|
|
redirect('http://en.wikipedia.org/wiki/Women%27s_liberation');
|
|
?>
|