*/ /** * Process the SCORM package and return to the SCORM tool */ $cwdir = getcwd(); require('../newscorm/lp_upload.php'); //reinit current working directory as many functions in upload change it chdir($cwdir); header('location: ../newscorm/lp_controller.php?action=list&dialog_box='.urlencode(get_lang('UplUploadSucceeded'))); ?>