Your IP : 216.73.216.164


Current Path : /var/www/html/wp-content/plugins/wp-statistics/includes/admin/templates/
Upload File :
Current File : /var/www/html/wp-content/plugins/wp-statistics/includes/admin/templates/optimization.php

<div id="poststuff">
    <div id="post-body" class="metabox-holder columns-2">
        <div class="wp-list-table widefat widefat">
            <div class="wp-statistics-container">
                <div id="resources" class="tab-content current">
                    <?php include(WP_STATISTICS_DIR . 'includes/admin/templates/optimization/resources.php'); ?>
                </div>
                <div id="export" class="tab-content">
                    <?php include(WP_STATISTICS_DIR . 'includes/admin/templates/optimization/export.php'); ?>
                </div>
                <div id="purging" class="tab-content">
                    <?php include(WP_STATISTICS_DIR . 'includes/admin/templates/optimization/purging.php'); ?>
                </div>
                <div id="database" class="tab-content">
                    <?php include(WP_STATISTICS_DIR . 'includes/admin/templates/optimization/database.php'); ?>
                </div>
                <div id="updates" class="tab-content">
                    <?php include(WP_STATISTICS_DIR . 'includes/admin/templates/optimization/updates.php'); ?>
                </div>
                <div id="historical" class="tab-content">
                    <?php include(WP_STATISTICS_DIR . 'includes/admin/templates/optimization/historical.php'); ?>
                </div>
            </div><!-- container -->
        </div>

        <?php include WP_STATISTICS_DIR . "includes/admin/templates/postbox.php"; ?>
    </div>
</div>