[svn r12837] Using constant defined in main_api for HotPotatoes directory

skala
Yannick Warnier 18 years ago
parent 2d8a1f06a6
commit b3cb8be6cc
  1. 2
      main/exercice/exercice.php

@ -74,7 +74,7 @@ $picturePath=$documentPath.'/images';
$audioPath=$documentPath.'/audio';
// hotpotatoes
$uploadPath = "/HotPotatoes_files";
$uploadPath = DIR_HOTPOTATOES; //defined in main_api
$exercicePath = api_get_self();
$exfile = explode('/',$exercicePath);
$exfile = strtolower($exfile[sizeof($exfile)-1]);

Loading…
Cancel
Save