Redirect, prevent directory listing, holder.

git-svn-id: https://develop.svn.wordpress.org/trunk@124 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-06-01 07:47:29 +00:00
parent bf5ada66be
commit 021c2dd42d

6
wp-admin/index.php Normal file
View File

@ -0,0 +1,6 @@
<?php
/* This will possibly be more later but for now let's just redirect. */
header ('Location: b2edit.php');
?>