mirror of
https://gh.wpcy.net/https://github.com/superdav42/wp-update-server-plugin.git
synced 2026-05-03 23:49:31 +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(); |