<?php
ob_start();
include("includes/funciones.inc.php");

if($_GET[width]) $width=$_GET['width'];
areglaFoto($_GET['imagen'],$width, $width);
?>