Disabled HTTP Authentication by default

This commit is contained in:
Matthew Sigley 2018-04-04 11:17:39 -04:00 committed by GitHub
parent 3bdecbc5a5
commit 8ef32e5c4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ namespace OpcacheGui;
* @link https://github.com/amnuts/opcache-gui
* @license MIT, http://acollington.mit-license.org/
*/
define('USE_AUTHENTICATION', 1);
define('USE_AUTHENTICATION', 0);
define('USERNAME', 'opcache');
define('PASSWORD', 'opcache');