diff options
Diffstat (limited to 'www/functions')
| -rwxr-xr-x | www/functions/func_interface.php | 4 |
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"); +} |
