This commit is contained in:
biglyderv 2024-12-07 17:51:05 -05:00
parent 3a34471306
commit d7f64152f6
5 changed files with 22 additions and 7 deletions

View file

@ -9,8 +9,9 @@
form("Broadcast your thoughts...", '', array(
array('key' => 'Your message', 'type' => 'textarea', 'name' => 'post', 'default' => ''),
array('key' => '','type' => 'hidden','name' => 'type', 'default' => $typer),
array('key' => '','type' => 'hidden','name' => 'id', 'default' => $idr)
),'/index.php');
array('key' => '','type' => 'hidden','name' => 'id', 'default' => $idr),
array('key' => 'Attachments', 'type' => 'file', 'name' => 'file', 'default' => '')
),'/index.php');
}
?>