_common.php 대신 composer로 대체
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<?php
|
||||
namespace sammo;
|
||||
|
||||
require_once('_common.php');
|
||||
|
||||
function checkUsernameDup($username){
|
||||
if(!$username){
|
||||
return '계정명을 입력해주세요';
|
||||
|
||||
Reference in New Issue
Block a user