소스 검색

subir filedownloader

Christian 3 년 전
부모
커밋
4979d48156
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/controllers/FileDownload.php

+ 1 - 0
application/controllers/FileDownload.php 파일 보기

@@ -25,6 +25,7 @@ class FileDownload extends CI_Controller
25 25
             $entrada = file_get_contents($file);
26 26
             $xml = new SimpleXMLElement($entrada);
27 27
             $deletedEntrys = $xml->children('at', true);
28
+
28 29
             $result1 = $xml->entry->children('cac-place-ext', true);
29 30
             $result2 = $xml->entry->children('cac-place-ext', true)->ContractFolderStatus->children('cac-place-ext', true);
30 31
             $result3 = $xml->entry->children('cac-place-ext', true)->ContractFolderStatus->children('cac', true);