PHP
3
Вклад в тег
git clone git@repo/repo.git path/to/project --depth=1
git pull origin master
$img = '/images/photo/photo.jpg';
if ($img !== '' && file_exists($img))
{
echo '<img src="'.$img.'" width=400 height=400>';
}