MOON
Server: Apache
System: Linux smtp.modiva.org 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64
User: rtbrisc (1005)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/rtbrisc/public_html/admin/main/backup/index.php
<?php include("../general/header.php");  ?>
  <body class="">
    <?php include("../general/navbar.php"); ?>
    <!-- BEGIN CONTENT -->
    <div class="page-container row-fluid">
      <?php include("../general/sidebar.php"); ?>
      <!-- BEGIN PAGE CONTAINER-->
      <div class="page-content">
        <div class="content">
          <!-- BEGIN PAGE TITLE -->
          <?php include("../general/customer_name.php"); ?>
          <!-- END PAGE TITLE -->
          <ul class="breadcrumb">
            <li>
              <p>BACKUP SUPPORT</p>
            </li>
            <li><a href="../dashboard" class="active">DASHBOARD</a> </li>
          </ul>
          <!-- BEGIN PlACE PAGE CONTENT HERE -->
          <div class="row">
            <div class="col-md-6 col-vlg-6 col-sm-6">
              <div class="tiles green m-b-10">
                <div class="tiles-body">
                  <a href="new.php" style="display: block;">
                    <h3 class="text-center text-white">NEW BACKUP RECORD</h3>  
                  </a>
                  <h4 class="blend text-center">Create a bew backup record</h4>
                </div>
              </div>
            </div>
            <div class="col-md-6 col-vlg-6 col-sm-6">
              <div class="tiles red m-b-10">
                <div class="tiles-body">
                  <a href="history.php" style="display: block;">
                    <h3 class="text-center text-white">BACKUP HISTORY</h3>  
                  </a>
                  <h4 class="blend text-center">View all backup data</h4>
                </div>
              </div>
            </div>
          </div>
          <!-- END DASHBOARD TILES -->
          <!-- END PLACE PAGE CONTENT HERE -->
        </div>
      </div>
      <!-- END PAGE CONTAINER -->
      <?php include("../general/chat_bar.php"); ?>
    </div>
    <!-- END CONTENT -->
    <?php include("../general/footer.php"); ?>
  </body>
</html>