hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/home.obu.edu.bak/wp-content/plugins/wpmudev-updates/template/ |
<?php /** * Dashboard template: Login > System Info * This file is loaded when the URL param `&view=system` is set. * * Displays details about the current WordPress setup. * * Following variables are passed into the template: * $data (membership data) * $profile (user profile data) * $urls (urls of all dashboard menu items) * * @since 4.4.0 * @package WPMUDEV_Dashboard */ // Render the page header section. $page_title = __( 'System Info', 'wpmudev' ); $page_title .= sprintf( ' <a href="%s" class="wpmudui-btn is-ghost">%s</a>', $urls->dashboard_url, __( 'Back to login', 'wpmudev' ) ); $this->render_header( $page_title ); include_once( 'part-system-info.php' );