WordPress/wp-admin/index.php
saxmatt 380a1c8c02 Split up post and edit screens.
git-svn-id: http://svn.automattic.com/wordpress/trunk@479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-26 20:34:24 +00:00

6 lines
116 B
PHP

<?php
/* This will possibly be more later but for now let's just redirect. */
header ('Location: wp-post.php');
?>