ソースを参照

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


読み込み中…
キャンセル
保存