[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
vendor
/
intervention
/
httpauth
/
src
/
config
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 config.php
1,467 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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' ];