WordPress/wp-admin/index.php
2003-06-01 07:47:29 +00:00

6 lines
115 B
PHP

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