mirror of
https://ghproxy.net/https://github.com/Brugman/wp-cli-gui.git
synced 2026-02-23 23:32:02 +08:00
7 lines
147 B
PHP
7 lines
147 B
PHP
<?php
|
|
|
|
include 'components/functions.php';
|
|
include 'components/core-head.php';
|
|
include 'components/main.php';
|
|
include 'components/core-foot.php';
|
|
|