7 lines
80 B
PHP
7 lines
80 B
PHP
<?php
|
|
|
|
function handle_showstream() {
|
|
$profile_name = $_REQUEST['profile'];
|
|
}
|
|
|