PeeHaa / OpCacheGUI

GUI for PHP's OpCache
1.46k stars 170 forks source link

Can't Login even with blank username and password #66

Closed xycofryx closed 8 years ago

xycofryx commented 8 years ago

I just finished installing your software, now i can't login :(

PeeHaa commented 8 years ago

Related: https://github.com/PeeHaa/OpCacheGUI/issues/61 ?

mombrea commented 8 years ago

@xycofryx Don't forget to edit the IP whitelist as well if you're not on localhost. This is the wide open configuration:

$login = [ 'username' => '', 'password' => '', 'whitelist' => [ '*', ], ];

xycofryx commented 8 years ago

Sorry for the late reply. It's OK now. I've just clear the opcache using another tool similar to this. Great work actually.