PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
tbay-elementor
/
plugin-update-checker
/
vendor
<?php if ( !class_exists('Parsedown', false) ) { //Load the Parsedown version that's compatible with the current PHP version. if ( version_compare(PHP_VERSION, '5.3.0', '>=') ) { require __DIR__ . '/ParsedownModern.php'; } else { require __DIR__ . '/ParsedownLegacy.php'; } }
[+]
..
[-] ParsedownModern.php
[edit]
[-] PucReadmeParser.php
[edit]
[-] ParsedownLegacy.php
[edit]
[-] .vendor.php
[edit]
[-] Parsedown.php
[edit]