2003-04-01 16:12:34 +02:00
|
|
|
<?php
|
2006-02-09 09:11:26 +01:00
|
|
|
|
2006-10-04 18:47:50 +02:00
|
|
|
# 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 ;)
|
2003-06-20 07:16:08 +02:00
|
|
|
|
2006-10-04 18:47:50 +02:00
|
|
|
require('./wp-config.php');
|
|
|
|
wp_redirect('wp-login.php?action=register');
|
2005-07-12 17:53:13 +02:00
|
|
|
|
2006-10-04 18:47:50 +02:00
|
|
|
?>
|