|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /proc/thread-self/root/home/outerorb/dev.outerorbittech.com/oot/admin/ | |
|
Path: //proc/thread-self/root/home/outerorb/dev.outerorbittech.com/oot/admin/deleteBlogImage.php
Size: 294 B
Permissions: 0644
<?php
include_once("../include/main.inc.php");
check_session('MyCpanel', 'index.php');
@extract($_REQUEST);
if (isset($_POST['image']) && isset($_POST['catID'])) {
$field = $_POST['image'];
db_query("UPDATE blog_tbl SET $field='' where catID = '$catID'");
}
echo 'success';
exit;
?>