Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. if ($_GET[us]) {
  2.     $ruta='./img/perfiles/'.$_GET[us];
  3.     if (file_exists($ruta)) {
  4.         $ruta='./img/perfiles/'.$_GET[us];
  5.                 }
  6.         }
  7. else $ruta='./img/perfiles/df';
  8.     $img=getimagesize ($ruta);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement