public static function renderPage()
    {
        ?>
<div class="wrap">
        <h2><?php 
        _e('Plugin Conflicts');
        ?>
</h2>
        <br/><?php 
        MainWPChildServerInformation::renderConflicts();
        ?>
<h2><?php 
        _e('Server Information');
        ?>
</h2><?php 
        MainWPChildServerInformation::render();
        ?>
<h2><?php 
        _e('Cron Schedules');
        ?>
</h2><?php 
        MainWPChildServerInformation::renderCron();
        ?>
<h2><?php 
        _e('Error Log');
        ?>
</h2><?php 
        MainWPChildServerInformation::renderErrorLogPage();
        ?>
        </div>
        <?php 
    }