Wordpress/wp-register.php
Mark Jaquith e4e1a54567 "Code is Poetry" by Viper007Bond. fixes #3230
git-svn-id: https://develop.svn.wordpress.org/trunk@4375 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-11 09:26:13 +00:00

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');
?>