aboutsummaryrefslogtreecommitdiff
path: root/www/functions/func_interface.php
blob: 08b9790467dc845f5762aa19839644c444d6e15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>
	";
}
*/

//function print_login($var){
//	echo "Coming soon";
//}

//function print_index(){
//	echo "Coming soon";
//}