sandm 2 vuotta sitten
vanhempi
commit
678f5a7abd
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      app/common.php

+ 1 - 0
app/common.php

@@ -293,6 +293,7 @@ function getStoragePath($path, $stillOriginalPath = false) {
 }
 
 function getFileView($path) {
+    return $path;
     //$complete_path = "https://report.jinjianghc.com/" . getStoragePath($path);
     return "https://fileview.jinjianghc.com/onlinePreview?url=" . base64_encode($path) . "&officePreviewType=pdf";
 }