util 클래스 명을 PSR1에 맞게 Util로 재 명명

This commit is contained in:
2018-03-24 21:31:31 +09:00
parent 002f9ba6cf
commit b5cba27df9
26 changed files with 110 additions and 110 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ if($session->isLoggedIn()){
$session->logout();
}
$username = mb_strtolower(util::array_get($_POST['username']), 'utf-8');
$password = util::array_get($_POST['password']);
$username = mb_strtolower(Util::array_get($_POST['username']), 'utf-8');
$password = Util::array_get($_POST['password']);
if(!$username || !$password){
Json::die([