Files
2024_WEBSITE_fipf/plugins/cipf_plugin/php/email_registration.php
2024-03-31 19:59:20 +02:00

21 lines
170 B
PHP

<?php
/*
* it means someone outside wp is accessing the file, in this case kill it.
*/
if (!defined('ABSPATH')) {
die('You can not access this file!');
}
?>