merged headers for login and reset forms

This commit is contained in:
Serghey Rodin 2012-10-22 13:12:06 +03:00
commit 6ae9520b57
20 changed files with 110 additions and 556 deletions

View file

@ -1,6 +1,6 @@
<?php
session_start();
$TAB = 'RESET PASSWORD';
//
function send_email($to,$subject,$mailtext,$from) {
$charset = "utf-8";
@ -85,6 +85,7 @@ if ((!empty($_POST['user'])) && (!empty($_POST['code'])) && (!empty($_POST['pass
}
}
require_once '../templates/header.html';
if (empty($_GET['action'])) {
require_once '../templates/reset_1.html';
} else {