/var/www/(Del)hsihk.com/wp-content/plugins/ninja-forms/includes/admin/pages/system-status.php


1
2
3
4
5
6
7
8
9
10
11
12
13
<?php 
/**
 * Display the Debug/Status page
 *
 * @author         Patrick Rauland
 * @category     Admin
 * @since         2.2.50
 */

function ninja_forms_tab_system_status(){
    
// Display the system status!
    
include("system-status-html.php");
}