summaryrefslogtreecommitdiff
path: root/www/functions/func_interface.php
blob: b87651a301c155f99eb3befacfe24d830e1d671b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

function print_invite($var){
	include("invite.php");
}

function print_recover_password(){
	echo "
		<!DOCTYPE html>
		<html>
		<body>
		<form method='POST' action='/password_reset'>
		<p>E-Mail <input type='text' name='email'></p>
		</form>
		</body>
	";
}