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:
parent
e9743da5ed
commit
cd816db6ad
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
/* This will possibly be more later but for now let's just redirect. */
|
||||
|
||||
header ('Location: b2edit.php');
|
||||
?>
|
Loading…
Reference in New Issue