diff options
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php new file mode 100644 index 000000000..2aaaacd0a --- /dev/null +++ b/actions/showstream.php @@ -0,0 +1,6 @@ +<?php + +function handle_showstream() { + $profile_name = $_REQUEST['profile']; +} + |