오타 수정
parent
927058d733
commit
536043d387
|
|
@ -191,7 +191,7 @@ public class DrillingHomeController {
|
||||||
int pwsearchIndex = url.indexOf("pwsearch");
|
int pwsearchIndex = url.indexOf("pwsearch");
|
||||||
|
|
||||||
if( joinsearchIndex == -1 && joinIndex == -1 && pwsearchIndex == -1) {
|
if( joinsearchIndex == -1 && joinIndex == -1 && pwsearchIndex == -1) {
|
||||||
mv.addObject("msg", "로그인이 필요한 시버스입니다.");
|
mv.addObject("msg", "로그인이 필요한 서비스입니다.");
|
||||||
}
|
}
|
||||||
|
|
||||||
}else {
|
}else {
|
||||||
|
|
|
||||||
|
|
@ -211,7 +211,7 @@ public class MainController
|
||||||
int pwsearchIndex = url.indexOf("pwsearch");
|
int pwsearchIndex = url.indexOf("pwsearch");
|
||||||
|
|
||||||
if( joinsearchIndex == -1 && joinIndex == -1 && pwsearchIndex == -1) {
|
if( joinsearchIndex == -1 && joinIndex == -1 && pwsearchIndex == -1) {
|
||||||
mv.addObject("msg", "로그인이 필요한 시버스입니다.");
|
mv.addObject("msg", "로그인이 필요한 서비스입니다.");
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue