mirror of
https://gh.wpcy.net/https://github.com/YahnisElsts/wp-update-server.git
synced 2026-05-26 03:36:32 +08:00
4 lines
No EOL
99 B
PHP
4 lines
No EOL
99 B
PHP
<?php
|
|
require __DIR__ . '/loader.php';
|
|
$server = new Wpup_UpdateServer();
|
|
$server->handleRequest(); |