mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-01 08:19:38 +01:00
b111d993b5
git-svn-id: http://svn.automattic.com/wordpress/trunk@4375 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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');
|
|
|
|
?>
|