Redirect, prevent directory listing, holder.

git-svn-id: http://svn.automattic.com/wordpress/trunk@124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-06-01 07:47:29 +00:00
parent e9743da5ed
commit cd816db6ad

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');
?>