whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
papecmvm
/
www
/
application
/
views
/
webapp
/
Upload File:
files >> //proc/self/root/home/papecmvm/www/application/views/webapp/header.php
<?php $CI = & get_instance(); $CI->load->model('app'); /*$tot_reg = $CI->alldata->getDatamodelCount('tbl_registration');*/ $userdata = $this->session->userdata('reg_info'); if(!isset($userdata)) { $base = base_url(); redirect($base); } $current_year = date('Y'); IF(ISSET($_SESSION['reg_info'])){ $rid = $_SESSION['reg_info'][0]['rid']; $rdata = $this->db2->get_where("tbl_login_check" , ['rid' => $rid , 'status' => 1 ])->row_array(); if(!($_SESSION['mysesion'] == $rdata['session_id'])){ //echo "redirect form donest not match session"; //echo base_url() ; $this->session->unset_userdata('reg_info'); $this->session->unset_userdata('mysession'); $base = base_url(); redirect($base); } } ?> <!DOCTYPE html> <!-- This is a starter template page. Use this page to start your new project from scratch. This page gets rid of all links and provides the needed markup only. --> <html> <head> <meta charset="UTF-8"> <title>PAPERPUSH</title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <!-- jQuery 2.1.4 --> <!--<script src="<?php //echo base_url();?>plugins/jQuery/jQuery-2.1.4.min.js"></script>--> <script src="<?php echo base_url();?>plugins/jQuery/jquery.min.js"></script> <link href="<?php echo base_url(); ?>bootstrap/css/lightbox.min.css" rel="stylesheet" type="text/css"> <!-- Bootstrap 3.3.4 --> <link href="<?php echo base_url();?>bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- Font Awesome Icons --> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <!-- Ionicons --> <link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css" /> <!-- Theme style --> <link href="<?php echo base_url();?>bootstrap/css/select2.min.css" rel="stylesheet" type="text/css" /> <link href="<?php echo base_url();?>dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" /> <!-- AdminLTE Skins. We have chosen the skin-blue for this starter page. However, you can choose any other skin. Make sure you apply the skin class to the body tag so the changes take effect. --> <link href="<?php echo base_url();?>dist/css/skins/_all-skins.min.css" rel="stylesheet" type="text/css" /> <!-- DATA TABLES --> <link href="<?php echo base_url();?>plugins/datatables/dataTables.bootstrap.css" rel="stylesheet" type="text/css" /> <!-- Theme style --> <link href="<?php echo base_url();?>plugins/iCheck/all.css" rel="stylesheet" type="text/css" /> <!-- Datetime style --> <link href="<?php echo base_url();?>plugins/datepicker/datepicker3.css" rel="stylesheet" type="text/css" /> <!-- Validation in form --> <link href="<?php echo base_url(); ?>bootstrap/css/bootstrapValidator.css" rel="stylesheet" type="text/css"> <!-- image input CSS --> <link href="<?php echo base_url(); ?>bootstrap/css/file-explore.css" rel="stylesheet" type="text/css"> <link href="<?php echo base_url(); ?>bootstrap/css/fileinput.css" rel="stylesheet" type="text/css"> <link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet" type="text/css" media="all" /> <script src="https://unpkg.com/nprogress@0.2.0/nprogress.js"></script> <link href="https://unpkg.com/nprogress@0.2.0/nprogress.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css" rel="stylesheet" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert-dev.js"></script> <link href="<?php echo base_url(); ?>plugins/image-picker-master/image-picker/image-picker.css" rel="stylesheet" type="text/css"> <link href="<?php echo base_url(); ?>bootstrap/css/icon-picker.css" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--images zoom plugin--> <script type="text/javascript" src="<?php echo base_url(); ?>plugins/imageZoom/jquery-ui.min.js"></script> <script type="text/javascript" src="<?php echo base_url(); ?>plugins/imageZoom/imgViewer.min.js"></script> <script type="text/javascript" src="<?php echo base_url(); ?>plugins/imageZoom/jquery.mousewheel.js"></script> <script src="<?php echo base_url(); ?>plugins/imageZoom/jquery.fs.zoetrope.min.js"></script> <script src="<?php echo base_url(); ?>plugins/imageZoom/hammer.min.js"></script> <script src="<?php echo base_url(); ?>plugins/imageZoom/jquery.hammer.js"></script> <!--images zoom plugin--> <link rel="stylesheet" href="<?php echo base_url(); ?>plugins/slide/css/enlarge.css"> <link href="<?php echo base_url(); ?>bootstrap/css/custom.css" rel="stylesheet" type="text/css"> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <style type="text/css"> .form-control{padding:6px 5px;} .enlarge_flyout-flyoutloupe{ border-radius:0%; } </style> </head> <div id="loadingDiv" style="display:none"> <div> <h7>Please wait...</h7> </div> </div>
Copyright ©2021 || Defacer Indonesia