mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
6 lines
115 B
PHP
6 lines
115 B
PHP
|
<?php
|
||
|
|
||
|
/* This will possibly be more later but for now let's just redirect. */
|
||
|
|
||
|
header ('Location: b2edit.php');
|
||
|
?>
|