Selaa lähdekoodia

reincluded glob_brace - not strato ready

master
Victor Giers 5 vuotta sitten
vanhempi
commit
89ab16183a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      index.php

+ 1
- 1
index.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna