|
@@ -1,23 +1,5 @@
|
|
|
<?php
|
|
|
-/*
|
|
|
-==============================================================================
|
|
|
- Dokeos - elearning and course management software
|
|
|
-
|
|
|
- Copyright (c) 2009 Dokeos SPRL
|
|
|
-
|
|
|
- For a full list of contributors, see "credits.txt".
|
|
|
- The full license can be read in "license.txt".
|
|
|
-
|
|
|
- This program is free software; you can redistribute it and/or
|
|
|
- modify it under the terms of the GNU General Public License
|
|
|
- as published by the Free Software Foundation; either version 2
|
|
|
- of the License, or (at your option) any later version.
|
|
|
-
|
|
|
- See the GNU General Public License for more details.
|
|
|
-
|
|
|
- Contact: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium, info@dokeos.com
|
|
|
-==============================================================================
|
|
|
-*/
|
|
|
+/* For licensing terms, see /dokeos_license.txt */
|
|
|
|
|
|
// name of the language file that needs to be included
|
|
|
$language_file ='admin';
|
|
@@ -107,7 +89,7 @@ if (!empty($return)) {
|
|
|
}
|
|
|
?>
|
|
|
|
|
|
-<form method="post" name="form" action="<?php echo api_get_self(); ?>?page=<?php echo $_GET['page'] ?>&id=<?php echo $id; ?>" style="margin:0px;">
|
|
|
+<form method="post" name="form" action="<?php echo api_get_self(); ?>?page=<?php echo Security::remove_XSS($_GET['page']) ?>&id=<?php echo $id; ?>" style="margin:0px;">
|
|
|
<input type="hidden" name="formSent" value="1">
|
|
|
|
|
|
<div class="row"><div class="form_header"><?php echo $tool_name; ?></div></div>
|