Hello
I edit the user-config.inc.php file.
<?php
/*
* Settings in this file override (default) values set in config.inc.php
* Once renamed into user-config.inc.php this file will not be overwritten by
* future updates.
* Primary intended use of this file is to set username and password,
* however any other configuration variable can be set or changed here.
*
* !! RENAME THIS FILE INTO user-config.inc.php TO MAKE IT WORK !!
*
*/
@define('AUTH_USER', 'lol');
@define('AUTH_PASSWORD', 'lolpwd');
When I try to connect I... just can't
Am on an OVH serveur, my PHP version seems to be 7...
It's work when I dont set @define('AUTH_METHOD', 'basic');
in config.inc.php (no identification, not realy secure)
Thx a lot