PeeHaa / OpCacheGUI

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

Fatal error of v1.0.1 #105

Closed ed29 closed 4 years ago

ed29 commented 4 years ago

Fatal error: Cannot use variable $request twice in /var/ed29.com/OpCacheGUI-1.0.1/routes.php on line 13

dant89 commented 4 years ago

Looks like this was fixed? https://github.com/PeeHaa/OpCacheGUI/commit/c27d321c6d09d94eea12cb291c11f88ae818f7da

ed29 commented 4 years ago

I see,thank you. By the way,i can't login via www,here is the user section of init.example.php

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

The login button is gray,what is wrong?