본문 바로가기

카테고리 없음

php 이미지 URL 숨기기


<?
header("Content-type: image/jpeg");
$imagepath = 't2/'.$no;
echo file_get_contents($imagepath);

?>