uawdijnntqw1x1x1
IP : 3.133.109.20
Hostname : c17w.hoster.ru
Kernel : Linux c17w.hoster.ru 3.10.0 #1 SMP Tue Jan 25 12:49:12 MSK 2022 x86_64
Disable Function : dl,shell_exec,exec,system,passthru,popen,proc_open,proc_nice,proc_get_status,proc_close,proc_terminate,posix_mkfifo,chown,chgrp,show_source,opcache_reset,opcache_get_configuration,opcache_get_status
OS : Linux
PATH:
/
home
/
srv221441
/
kso-don.ru
/
wp-content
/
plugins
/
presto-player
/
inc
/
..
/
img
/
..
/
.
/
src
/
..
/
inc
/
.
/
Plugin.php
/
/
<?php namespace PrestoPlayer; class Plugin { public static function isPro() { return defined( 'PRESTO_PLAYER_PRO_ENABLED' ); } public static function requiredProVersion() { return '0.0.3'; } /** * Get the version from plugin data * * @return string */ public static function version() { // Load version from plugin data. if ( ! \function_exists( 'get_plugin_data' ) ) { require_once \ABSPATH . 'wp-admin/includes/plugin.php'; } return \get_plugin_data( PRESTO_PLAYER_PLUGIN_FILE, false, false )['Version']; } public static function proVersion() { if ( ! self::isPro() ) { return false; } if ( class_exists( '\PrestoPlayer\Pro\Plugin' ) ) { return \PrestoPlayer\Pro\Plugin::version(); } return false; } }
/home/srv221441/kso-don.ru/wp-content/plugins/presto-player/inc/../img/.././src/../inc/./Plugin.php