📁
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
4920.14 KB
0644
🗑️
⬇️
✏️
🔒
Editing: deleteimage.php
<?php include "config/admin_checker1.php"; //action.php if(isset($_POST["action"])){ $del = mysqli_query($con,"DELETE from stock_images where s='".$_POST["image_id"]."'") or die ('Could not connect: ' .mysqli_error($con)); echo 'Image Deleted from Database'; } ?>
💾 Save Changes