View file forum/mar.php

File size: 62B
<?php
$size = getimagesize ("1.jpg");
echo "$size[2]";
?>