I suggest you try preventing direct access the main script by adding some code at the top. On line 30 of participants-database.php, before the autoload call, add a blank line and put this in there:
if ( ! defined( 'ABSPATH' ) ) exit;
I suggest you try preventing direct access the main script by adding some code at the top. On line 30 of participants-database.php, before the autoload call, add a blank line and put this in there:
if ( ! defined( 'ABSPATH' ) ) exit;