session_start(); if (!session_is_registered("LLC")) { // if session check fails, invoke error handler header("Location: ../loginform.php"); exit(); } $user = $_SESSION['UNAME']; $Language = isset($_GET['language']) ? $_GET['language'] : "AMLA"; if ($Language == ''){$Language = 'AMLA';} include("../include/dbconfig.php"); $connection = mysql_connect($db_host, $db_user, $db_pass) or die ("Unable to connect!"); mysql_select_db($db_name); ?>
1. Fill in path for EITHER Media File OR Direct Link. Cannot do both. |
2. Do not forget to add the backslash at the end of the Media File Path on Stream Server. |
3. Add all the subfolders to the Media File Path so that when you add a file, you just add the file name. |
4. If you use a Direct Link, you should clear the text box next to Media File Path on Stream Server. |
5. Direct Links should be used for PDFs or PowerPoints or Web Pages. Direct Links should look like: /llc/handouts/NJStarTypingCharacters.pdf |
|