mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-05-26 11:02:56 +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();
|