09-20-2024, 09:58 PM
As a test, in file /var/www/command/cfg-table.php, lets exclude 'library_flatlist_filter_str from SECCHK
Change
chkVariables($_POST);
To
chkVariables($_POST, array('library_flatlist_filter_str'));
Btw, you don't need to specify the entire folder path. You could do like below.
=~ (/somefolder|/otherfolder)
Change
chkVariables($_POST);
To
chkVariables($_POST, array('library_flatlist_filter_str'));
Btw, you don't need to specify the entire folder path. You could do like below.
=~ (/somefolder|/otherfolder)