manusoftar

files.php

Sep 4th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?
  2. $archivos = array( "reset" => "../reset.htm",
  3.                    "mailAct" => "../templates/template_activacion.htm",
  4.                    "msgAct" => "../msgs/msg_activacion.htm",
  5.                    "mailChgPass" => "../templates/template_cambio_clave.htm",
  6.                    "msgChgPass" => "../msgs/msg_cambio_clave.htm" );
  7.  
  8. echo $archivos["reset"];
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment