'참여' 텍스트 1차 제거 DB는 다음에

This commit is contained in:
2018-01-28 23:56:01 +09:00
parent dc56de8afd
commit 6d30e40cd3
8 changed files with 18 additions and 60 deletions
+1 -1
View File
@@ -269,6 +269,6 @@ banner();
</body>
</html>
<?php
if($con == 1) { MessageBox("접속제한이 얼마 남지 않았습니다! 제한량이 모자라다면 참여를 해보세요^^"); }
if($con == 1) { MessageBox("접속제한이 얼마 남지 않았습니다!"); }
if($me['newmsg'] == 1) { MessageBox("개인 서신이 도착했습니다!"); }
if($me['newvote'] == 1) { $develcost = $admin['develcost']*5; MessageBox("설문조사에 참여하시면 금{$develcost}과 유니크템을 드립니다! (우측 상단 설문조사 메뉴)"); }