// index.php $page = "support"; $title = ""; include("conf/server.php"); include("conf/site-functions.php"); include("templates/site-header.php"); ?>
|   | ![]() |
|
|
Help is seperated into two areas: one for streamers who are providing technical support, and one for clients who are viewing support sessions. | ||
Streamers
|
End Users
|
|
| If you have questions or concerns not addressed in the appropriate FAQ, please contact our support team by email $active = 0; $active = isActiveStreamer($support_id); if ($active) { echo " or you can begin a RevPort session with our support team immediately."; } else { echo "."; } ?> | ||