gnu-social/actions/showstream.php
Evan Prodromou c47de27c11 beginnings of PHP
darcs-hash:20080507164807-84dde-ef7d205a0fedca42064a337786d2f203cdcc5a45.gz
2008-05-07 12:48:07 -04:00

7 lines
80 B
PHP

<?php
function handle_showstream() {
$profile_name = $_REQUEST['profile'];
}