mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-05 07:58:35 +01:00
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
6
wp-admin/index.php
Normal file
6
wp-admin/index.php
Normal file
@ -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
Block a user