mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
merged headers for login and reset forms
This commit is contained in:
parent
60866ceb2e
commit
6ae9520b57
20 changed files with 110 additions and 556 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue