File "search-reset.php"
Full path: /home/humancap/cl.humancap.com.my/admin/secure/search-reset.php
File
size: 139 B B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
session_start();
if (isset($_POST['table'])) {
$table = $_POST['table'];
$_SESSION['rp_search_string'][$table] = '';
}