e4e1a54567
git-svn-id: https://develop.svn.wordpress.org/trunk@4375 602fd350-edb4-49c9-b593-d223f7449a82
9 lines
251 B
PHP
9 lines
251 B
PHP
<?php
|
|
|
|
# This file is deprecated, but you shouldn't have been linking to it directly anyway :P
|
|
# Use wp_register() to create a registration link instead, it's much better ;)
|
|
|
|
require('./wp-config.php');
|
|
wp_redirect('wp-login.php?action=register');
|
|
|
|
?>
|