1
0
Fork 0
mirror of https://github.com/Findus23/matomo-DiagnosticsExtended.git synced 2024-09-19 16:03:46 +02:00
matomo-DiagnosticsExtended/Diagnostic/IniSettings/AllowUrlInclude.php
2021-03-22 22:55:14 +01:00

19 lines
469 B
PHP

<?php
/**
* Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
namespace Piwik\Plugins\DiagnosticsExtended\Diagnostic\IniSettings;
class AllowUrlInclude extends IniSetting
{
static public $key = "allow_url_include";
public static $targetValue = false;
public static $url = "https://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-include";
}