浏览代码

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


正在加载...
取消
保存