+
–
/var/rusite/web/public/model.php(122): file_get_contents("https://aminsk.autocats.xyz/GET_IMAGE_LIST.php?barcode=440001324...")
117 ?>
118 <?php foreach ($detaillist as $detail) {
119 $barcode = $detail['barcode'];
120 ///
121 $JSONimagePath = 'https://aminsk.autocats.xyz/GET_IMAGE_LIST.php?barcode=' . $barcode;
122 $getImagesListJSON = file_get_contents($JSONimagePath);
123 $imageListArray = json_decode($getImagesListJSON, true);
124 if(isset($imageListArray['error'])){
125 $imageListArray[0] = '';
126 }
127 ///
|