public
Description: WordPress Releases
Homepage: http://www.wordpress.org/
Clone URL: git://github.com/ianloic/wordpress.git
ianloic (author)
Fri Sep 05 20:36:45 -0700 2008
commit  b99043d5a380c9360d061fc455c739a53b1465a2
tree    f79cdd394a63c5f5ff397cd503b314c6688f5cd1
wordpress / wp-register.php
100644 9 lines (6 sloc) 0.251 kb
1
2
3
4
5
6
7
8
9
<?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');
 
?>