Subversion Repositories eFlore/Applications.cel

Rev

Rev 892 | Rev 1299 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 892 Rev 1014
Line 63... Line 63...
63
			}
63
			}
Line 64... Line 64...
64
			
64
			
65
			$retour = array($file);
65
			$retour = array($file);
Line 66... Line 66...
66
        }    	    
66
        }    	    
67
 
-
 
68
		$output = json_encode($retour);
67
 
69
		header("content-type: application/json");
68
		$this->envoyerJson($retour);			
70
		print($output);			
69
		return true;	
71
	}
70
	}
72
}
71
}
73
/* +--Fin du code ---------------------------------------------------------------------------------------+
72
/* +--Fin du code ---------------------------------------------------------------------------------------+