mirror of
https://ghproxy.net/https://github.com/fairpm/server.git
synced 2026-08-09 15:01:03 +08:00
12 lines
203 B
PHP
12 lines
203 B
PHP
<?php
|
|
/**
|
|
* Plugin Name: FAIR Server - GD Cron
|
|
* Description: Fix GD cron jobs for multisite.
|
|
* Network: true
|
|
*/
|
|
|
|
namespace FAIRServer\GD_Cron;
|
|
|
|
require __DIR__ . '/inc/namespace.php';
|
|
|
|
bootstrap();
|