Advertisement
Guest User

Untitled

a guest
Oct 13th, 2010
805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.     if(isset($_GET['recurso']))
  3.         require ($_GET['recurso'].".php");
  4.     else
  5.         die("No se ha especificado recurso.");
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement