You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a critical issue but ./include/cp_header.php should use require_once instead of include_once when including mainfile.php. Mainfile contains critical code and it should always be included.