mirror of
https://gh.wpcy.net/https://github.com/Brugman/wp-cli-gui.git
synced 2026-04-24 14:51:54 +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';
|
|
|