util.js 108 Bytes
import { php } from './host.js';

export function login() {
	location.href = php + 'app=member&act=login';
}