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