PeeHaa / OpCacheGUI

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

login from cached_scripts page #68

Closed bkdotcom closed 6 years ago

bkdotcom commented 8 years ago

config:

$uriScheme = Router::QUERY_STRING;

if my session times out, I'll be on the url /OpCacheGUI/?cached-scripts and presented with the login form

The form will post to /OpCacheGUI/?cached-scripts and fails to log me in

I'm required to change the url to /OpCacheGUI/ to relogin

Jlaird commented 8 years ago

I am also having this same issue.

PeeHaa commented 6 years ago

This is fixed on master https://github.com/PeeHaa/OpCacheGUI/commit/ebfac169789bae5a64ee95ee7fc5e4e542735b6a.

There is another issue with logins unrelated to above which I will fix.