File manager - Edit - /home/autoph/public_html/portal/hris_main.php
Back
<?php include 'core/init.php'; protected_page(); $compCode = $user_data['company_assignment']; $uLockedCount = $user_data['u_locked_count']; $user = $user_data['u_name']; $CompanyAssignment = $user_data['company_assignment']; if($user!='arnel'){//admin locked out protection if($uLockedCount >= 5){ header("Location: logout.php"); } } ?> <html> <head> <title>NEPHRO GROUP</title> <meta charset="UTF-8"> <link rel="stylesheet" href="css/screen_white.css"> </head> <style type="text/css"> div#containerM { width: 100%; height: 30px; margin-top: 0px; margin-left: 0px; text-align: left; position:relative; } </style> <style type="text/css"> body { background-color: #FFFFFF; color: #000000; } </style> <style type="text/css"> a:hover { color: #290200; } </style> <script type="text/javascript" src="./jscookmenu.js"></script> <link rel="stylesheet" href="./ThemeFancy/theme.css" type="text/css"> <script type="text/javascript" src="./ThemeFancy/theme.js"></script> <script type="text/javascript"> <!-- function popupwnd(url, toolbar, menubar, locationbar, resize, scrollbars, statusbar, left, top, width, height) { if (left == -1) { left = (screen.width/2)-(width/2); } if (top == -1) { top = (screen.height/2)-(height/2); } var popupwindow = this.open(url, '', 'toolbar=' + toolbar + ',menubar=' + menubar + ',location=' + locationbar + ',scrollbars=' + scrollbars + ',resizable=' + resize + ',status=' + statusbar + ',left=' + left + ',top=' + top + ',width=' + width + ',height=' + height); } //--> </script> <body class="lightGradient"><center> <table style="width:100%;min-width:1200px;height:100%;background:white;border-collapse:collapse"> <tr> <?php include 'includes/adminwidgets.php';?> </tr> <tr> <?php include 'includes/hris_mainmenu.php'; ?> </tr> <tr> <td class="lightGradient" align="center" valign="top" style="background:#F2F2F2;border:none;width:100%;text-align:center;border-bottom:1px solid lightgray;height:36px"> <?php include 'includes/hris_dropmenu.php';?> </td> </tr> <tr> <td class="lightGradient" align="left" valign="middle" style="background:#FFF;border:none;width:100%;text-align:left;height:450px;border-bottom:1px solid lightgray"> <?php $view=$_GET['view']; switch($view){ case '1': // Masterfile include 'hris_files/masterfile.php'; break; case '2': // New Employee include 'hris_files/newemployee.php'; break; } ?> </td> </tr> <tr> <?php include 'includes/links.php'; ?> </tr> </table></center> </body> </html>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings