array_merge 대신 + 기호로 충분한 경우(dictionary) +로 변경함.
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ if($session->userGrade < 6){
|
||||
]);
|
||||
}
|
||||
|
||||
$request = array_merge($_POST, $_GET);
|
||||
$request = $_GET + $_POST;
|
||||
|
||||
$tmpFile = 'd_log/arc.zip';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user