File "search-reset-20250814134931.php"

Full Path: /home/humancap/cl.humancap.com.my/admin/crud-data/search-reset-20250814134931.php
File size: 139 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
session_start();
if (isset($_POST['table'])) {
    $table = $_POST['table'];
    $_SESSION['rp_search_string'][$table] = '';
}