Wordpress/wp-admin/index.php
Matt Mullenweg 9c6a0a9403 The great renaming.
git-svn-id: https://develop.svn.wordpress.org/trunk@601 602fd350-edb4-49c9-b593-d223f7449a82
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');
?>