WordPress/wp-admin/index.php

6 lines
115 B
PHP
Raw Normal View History

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