mirror of
https://ghproxy.net/https://github.com/Brugman/wp-cli-gui.git
synced 2026-07-26 12:57:43 +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';
|
|
|