Files
2024_WEBSITE_fipf/plugins/fipfcard_plugin/php/can_user_pay.php
2024-03-06 13:53:47 +01:00

15 lines
165 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!');
}
?>