예제 #1
0
파일: Action.php 프로젝트: bstats/b-stats
 static function login() : string
 {
     Site::logIn(post('username'), post('password'));
     return $_SERVER['HTTP_REFERER'] ?? "/";
 }