Файл: Boomchat 7.1/system/recovery_success.php
Строк: 20
<?php
/**
* Boomchat
*
* @package Boomchat
* @author www.myboomchat.com
* @copyright 2015
* @terms any use of this script without a legal license is prohibited
* all the content of Boomchat is the propriety of BoomCoding and Cannot be
* used for another project.
*/
require_once("config.php");
echo "<div id="login_error"><div class="success recover_ok" id="login_error_inside">$recovery_success</div></div>
<form class="login_form" autocomplete="off">
<div class="sub_button hover_element" id="back_login"><p>$back_login</p></div>
</form>";
?>