Fix UCenter Login Flash After X3.2 Fresh Install and Cannot Access
Fix X3.2 UCenter Login Page Flash and Unable to Enter Admin Panel After Fresh Install:
The cause is cookie related: open uc_server/model/admin.php
Find this on line 22:
$this->cookie_status = 0;
Change it to
$this->cookie_status = isset($_COOKIE[' …