command 계열 함수 func_command.php 로 이전
baclButton(), CoreBackButton(), closeButton()을 echo에서 return string 타입으로
This commit is contained in:
+2
-2
@@ -27,7 +27,7 @@ if($me['userlevel'] < 5) {
|
||||
<body>
|
||||
관리자가 아닙니다.<br>
|
||||
";
|
||||
banner();
|
||||
echo banner();
|
||||
echo "
|
||||
</body>
|
||||
</html>";
|
||||
@@ -51,7 +51,7 @@ if($general['no'] > 0) {
|
||||
<body>
|
||||
이미 있습니다.<br>
|
||||
";
|
||||
banner();
|
||||
echo banner();
|
||||
echo "
|
||||
</body>
|
||||
</html>";
|
||||
|
||||
Reference in New Issue
Block a user