mirror of
https://gh.wpcy.net/https://github.com/Anyape/updatepulse-server-integration.git
synced 2026-07-14 22:06:24 +08:00
4 lines
94 B
PHP
4 lines
94 B
PHP
<?php
|
|
if ( !class_exists('Parsedown', false) ) {
|
|
require __DIR__ . '/ParsedownModern.php';
|
|
}
|