From cb74ce9e9702677225102fc06b5adda8ce692cdc Mon Sep 17 00:00:00 2001 From: moehm Date: Wed, 26 Mar 2014 13:06:09 +0100 Subject: More improvements. Fix in the index, also added password_recover and changed the requirements for the upload interface. --- www/functions/func_interface.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'www/functions/func_interface.php') diff --git a/www/functions/func_interface.php b/www/functions/func_interface.php index a86fe6d..b87651a 100755 --- a/www/functions/func_interface.php +++ b/www/functions/func_interface.php @@ -3,3 +3,15 @@ function print_invite($var){ include("invite.php"); } + +function print_recover_password(){ + echo " + + +
+ + + "; +} -- cgit v1.2.3