🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux in-mum-web1643.main-hosting.eu 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64
👤 User: u621169360 (621169360)
🐘 PHP: 8.2.30
🚫 Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail

💻 Terminal

📁 /home/u621169360/domains/agriexpertt.com/public_html
$

📄 accept.php

📁 Path: /home/u621169360/domains/agriexpertt.com/public_html/corporate-admin/functions/accept.php
📊 Size: 400 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php
$forward_id = $_REQUEST['forward_id'];
$insert_bookings = "UPDATE `questions` SET
  status   = 'Accepted By Sub-Admin'
  where id='" . $forward_id . "'";


    $sql_insert = $dbconn->prepare($insert_bookings);
    $sql_insert->execute();


    $message = "Details successfully updated.";
    $status = "success";
    header("Location: index.php?action=Replied-by-Expert"); 
?>

<h2>Accept</h2> 
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨