Bläddra i källkod

reincluded glob_brace - not strato ready

master
Victor Giers 5 år sedan
förälder
incheckning
89ab16183a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      index.php

+ 1
- 1
index.php Visa fil

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


Laddar…
Avbryt
Spara