0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
concrete5
/
5.6.0.2-2
/
standard
/
htdocs
/
concrete
/
mail
/
[
Home
]
File: forgot_password.php
<?php defined('C5_EXECUTE') or die("Access Denied."); $subject = t("Forgot Password"); $body = t(" Dear %s, You have requested a new password for the site %s Your username is: %s You may change your password at the following address: %s Thanks for browsing the site! ", $uName, SITE, $uName, $changePassURL); ?>