<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php

namespace Minify;

use Minify_CacheInterface;

class Config
{
    /**
     * @var bool
     */
    public $enableBuilder = false;

    /**
     * @var bool
     */
    public $enableStatic = false;

    /**
     * @var bool
     */
    public $concatOnly = false;

    /**
     * @var string
     */
    public $builderPassword = 'admin';

    /**
     * @var bool|object
     */
    public $errorLogger = false;

    /**
     * @var bool
     */
    public $allowDebugFlag = false;

    /**
     * @var string|Minify_CacheInterface
     */
    public $cachePath = '';

    /**
     * @var string
     */
    public $documentRoot = '';

    /**
     * @var boo