소스 검색

reincluded glob_brace - not strato ready

master
Victor Giers 5 년 전
부모
커밋
89ab16183a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      index.php

+ 1
- 1
index.php 파일 보기

@@ -34,7 +34,7 @@

<?php
$dir ="pics";
$images = glob("$dir/*");
$images = glob("$dir/*.{jpg,png,bmp}", GLOB_BRACE); //strato version doesnt check for imagetype!!!

$js_images = json_encode($images);


Loading…
취소
저장