mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 10:50:56 +01:00
5 lines
67 B
PHP
5 lines
67 B
PHP
|
<?php
|
||
|
|
||
|
require_once( './admin.php' );
|
||
|
|
||
|
require( '../profile.php' );
|