HEX
Server: LiteSpeed
System: Linux premium263.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: eastcjee (525)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/config/config.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Authentication type
    |--------------------------------------------------------------------------
    |
    | Intervention HttpAuth supports "basic" and "digest" authentication
    | implementations. "Basic" is the simplest technique, while "Digest" applies
    | hash functions to the password before sending it over the network.
    |
    | Supported: "basic", "digest"
    |
    */
    'type' => 'basic',

    /*
    |--------------------------------------------------------------------------
    | Authentication name
    |--------------------------------------------------------------------------
    |
    | Name of secured resource. Clients must authentificate to each named realm.
    |
    */
    'realm' => 'Secured',

    /*
    |--------------------------------------------------------------------------
    | Authentication username
    |--------------------------------------------------------------------------
    |
    | Username to access the secured realm in combination with a password.
    |
    */
    'username' => 'admin',

    /*
    |--------------------------------------------------------------------------
    | Password
    |--------------------------------------------------------------------------
    |
    | Password to access the secured realm in combination with the username.
    |
    */
    'password' => '1234'

];