v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
Showing only changes of commit 356eb8a8b5 - Show all commits
+1 -1
View File
@@ -55,7 +55,7 @@ class ResetHelper{
$db = DB::db();
$mysqli_obj = $db->get();
$serverID = DB::prefix().'_'.Util::randomStr(12);
$serverID = DB::prefix().'_'.date("ymd").'_'.Util::randomStr(4);
mkdir($servRoot.'/logs/'.$serverID, 0644);
mkdir($servRoot.'/data/'.$serverID, 0644);