*/ // Flag to allow for anonymous user - needs to be set before global.inc.php. $use_anonymous = true; // Name of the language file that needs to be included. $language_file = 'learnpath'; require_once 'back_compat.inc.php'; require_once 'learnpath.class.php'; require_once 'scorm.class.php'; if (empty($debug)) { $debug = 0; } $error = ''; $display_mode = ''; if (isset($_SESSION['lpobject'])) { $temp = $_SESSION['lpobject']; $_SESSION['oLP'] = unserialize($temp); $error = $_SESSION['oLP']->error; $display_mode = $_SESSION['oLP']->mode; } if ($debug > 0) { error_log('New LP - Loaded lp_message : '.$_SERVER['REQUEST_URI'].' from '.$_SERVER['HTTP_REFERER'], 0); } $htmlHeadXtra[] = ''; $lp_theme_css=$_SESSION['oLP']->get_theme(); $scorm_css_header = true; include_once '../inc/reduced_header.inc.php'; // Close the session immediately to avoid concurrent access problems. session_write_close(); ?>