Project

General

Profile

Revision 08052267

Added by Jocelyn Delande almost 10 years ago

separate function for listing available images

View differences:

class/utils.class.php
16 16
  }
17 17

  
18 18
  static public function list_available_panos($base_dir) {
19
	  /** Lists all that can be turned into a panorama
20
	   */
19 21
	  $dir = opendir($base_dir);
20 22
	  $ret = array();
21 23
	  $finfo = finfo_open(FILEINFO_MIME_TYPE); // Retourne le type mime du fichier

Also available in: Unified diff