ソースを参照

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);