We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0142dfe + 2a21f03 commit f7e674fCopy full SHA for f7e674f
main/exercice/exercise_submit.php
@@ -684,7 +684,7 @@
684
changestart: function(event, ui) {
685
//var clicked = $(this).find('.ui-state-active').attr('id');
686
//$('#'+clicked).load('/widgets/'+clicked);
687
- $('#collapse1').html('".addslashes($objExercise->description)."');
+ $('#collapse1').html(".json_encode($objExercise->description).");
688
}
689
});
690
main/inc/lib/main_api.lib.php
@@ -15,7 +15,7 @@
15
// PHP version requirement.
16
define('REQUIRED_PHP_VERSION', '5.3');
17
18
-define('REQUIRED_MIN_MEMORY_LIMIT', '32');
+define('REQUIRED_MIN_MEMORY_LIMIT', '128');
19
define('REQUIRED_MIN_UPLOAD_MAX_FILESIZE', '10');
20
define('REQUIRED_MIN_POST_MAX_SIZE', '10');
21
0 commit comments