SuperMotzer

Results 3 comments of SuperMotzer

Hello, I have almost the same use. I create several copies of the minigal system in directories for each user...and in the /photos of each user I make a symlink...

Hello, Here the correction in index.php. Just replace the space by nothing: function readEXIF($file) { $exif_arr = array(); $exif_arr[]=""; $exif_data = exif_read_data($file);

Hi :) Then look for a return "::".implode and just delete the :: So you should have return "" . implode(" ", $exif_arr); Sorry, I made so many modifications and...