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