summaryrefslogtreecommitdiff
path: root/www/functions
diff options
context:
space:
mode:
authorHorus32014-03-17 22:59:49 +0100
committerHorus32014-03-17 22:59:49 +0100
commit46786c1703474776d74ba67eb01eb484f3c8b646 (patch)
tree61a9e155e53d3c6042accd353b24565c4bff140f /www/functions
parent324b9dc8d4dfb06532f698c2bf6ac88bcc1fc0c7 (diff)
downloadfiles.iamfabulous.de-46786c1703474776d74ba67eb01eb484f3c8b646.tar.gz
Small bugfixes and tmp print_invite().
Diffstat (limited to 'www/functions')
-rwxr-xr-xwww/functions/func_interface.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/functions/func_interface.php b/www/functions/func_interface.php
index e5e4729..0c765f4 100755
--- a/www/functions/func_interface.php
+++ b/www/functions/func_interface.php
@@ -21,3 +21,7 @@ function collect_content($db,$username, $folder_path){
/*function print_browser($content){
var_dump($content);
}*/
+
+function print_invite($var){
+ include("invite.php");
+}