Skip to content

Commit

Permalink
Fix #656 - remove the thug include files from Nottingham/export
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSmith-LT committed Jul 28, 2017
1 parent 56dee17 commit 6327558
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/xerte/export.php
Expand Up @@ -22,12 +22,12 @@
* Export a LO - e.g. from properties.
* Example call : /website_code/php/scorm/export.php?scorm=false&template_id=10&html5=false&flash=true
*/
require_once("../../../tsugi/config.php");
require_once("../../../tsugi/admin/admin_util.php");
//require_once("../../../tsugi/config.php");
//require_once("../../../tsugi/admin/admin_util.php");

use \Tsugi\Util\LTI;
use \Tsugi\Core\LTIX;
use \Tsugi\Config\ConfigInfo;
//use \Tsugi\Util\LTI;
//use \Tsugi\Core\LTIX;
//use \Tsugi\Config\ConfigInfo;

global $dir_path, $delete_file_array, $zipfile, $folder_id_array, $file_array, $folder_array, $delete_folder_array, $parent_template_path;

Expand Down

0 comments on commit 6327558

Please sign in to comment.