()
| 6 | |
| 7 | if (!function_exists('fr_pro_bootstrap')) { |
| 8 | function fr_pro_bootstrap(): void |
| 9 | { |
| 10 | if (!defined('PROJECT_ROOT')) { |
| 11 | require_once __DIR__ . '/../../../config/config.php'; |
| 12 | } |
| 13 | |
| 14 | if (!headers_sent()) { |
| 15 | header('Cache-Control: no-store'); |
| 16 | header('X-Content-Type-Options: nosniff'); |
| 17 | } |
| 18 | } |
| 19 | } |
| 20 | |
| 21 | if (!function_exists('fr_pro_json')) { |
no outgoing calls
no test coverage detected