<!DOCTYPE html> <html lang="en"> <?php session_start(); if (!isset($_SESSION['login'])) { $_SESSION['error'] = 'กรุณาเข้าสู่ระบบ!'; header('Location: https://mmm.ru.ac.th/applicationnew/admission/twinprogram/mainadmin/login/'); } $menu = "index"; ?> <?php include("head.php"); ?> <body class="hold-transition sidebar-mini layout-fixed"> <!-- <div class="wrapper"> --> <!-- Navbar --> <?php include("navbar.php"); ?> <!-- /.navbar --> <?php include("menu.php"); ?> <!-- Content Wrapper. Contains page content --> <?php include("main_reportpayment.php"); ?> </body> </html>