WordPress/wp-admin/index.php
saxmatt 43e4a8a930 The great renaming.
git-svn-id: http://svn.automattic.com/wordpress/trunk@601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-11 00:22:36 +00:00

6 lines
113 B
PHP

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