File "search-reset-20250814135052.php"

Full Path: /home/humancap/cl.humancap.com.my/admin/templates/search-reset-20250814135052.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] = '';
}