HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/coolswim/wp-content/plugins/server-info/index.php
<?php
/**
  * Plugin Name: Server Info
  * Description: This plugin will show you useful information about the hosting server you are using e.g. PHP version, MySQL version, Server OS, Server Protocol, Server IP and other useful information. You can use the information displayed by this plugin to update any settings which is crucial for your website performance and other aspects.
  * Plugin URI: https://github.com/usmanaliqureshi/server-info
  * Version: 2.5.3
  * Author: Usman Ali Qureshi
  * Author URI: https://profiles.wordpress.org/usmanaliqureshi
  * License: GPLv2 or later
  * Text Domain: si
  * Domain Path: /languages/
  */

defined( 'ABSPATH' ) or die( 'No script kiddies please!' );

define( 'PLUGIN_DIR', dirname( __FILE__ ) . '/' );

include_once PLUGIN_DIR . 'functions.php';