diff --git a/main/document/download.php b/main/document/download.php index 762aad4bb6..b9b818a168 100644 --- a/main/document/download.php +++ b/main/document/download.php @@ -1,4 +1,4 @@ - \ No newline at end of file +?> diff --git a/main/exercice/hotspot.inc.php b/main/exercice/hotspot.inc.php index 3d616413e6..8ebabbaa13 100644 --- a/main/exercice/hotspot.inc.php +++ b/main/exercice/hotspot.inc.php @@ -25,6 +25,7 @@ * @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $ */ +session_cache_limiter("none"); include_once('../inc/global.inc.php'); @@ -63,4 +64,4 @@ foreach($temp as $value) { echo $value . ' '; } -?> \ No newline at end of file +?> diff --git a/main/exercice/hotspot_actionscript.as.php b/main/exercice/hotspot_actionscript.as.php index 6d31abdad8..7e6cc9adb8 100644 --- a/main/exercice/hotspot_actionscript.as.php +++ b/main/exercice/hotspot_actionscript.as.php @@ -24,6 +24,7 @@ * @author Toon Keppens * @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $ */ +session_cache_limiter("none"); include('exercise.class.php'); include('question.class.php'); @@ -100,4 +101,4 @@ for ($i; $i <= 12; $i++) // Output echo $output."&nmbrTries=".$nmbrTries."&done=done"; -?> \ No newline at end of file +?>