/usr/share/moodle/mod/jclic/config.html is in jclicmoodle 0.1.0.11-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | <form method="post" action="module.php" name="form">
<input type="hidden" name="sesskey" value="<?php echo $USER->sesskey ?>">
<table cellpadding="9" cellspacing="0" >
<tr valign="top">
<td align="right">jclic_jclicpluginjs:</td>
<td>
<input name="jclic_jclicpluginjs" type="text" size="50" value="<?php p($CFG->jclic_jclicpluginjs) ?>" />
</td>
<td>
<?php print_string("jclicpluginjs", "jclic") ?>
</td>
</tr>
<tr valign="top">
<td align="right">jclic_lap:</td>
<td>
<input name="jclic_lap" type="text" size="50" value="<?php p($CFG->jclic_lap) ?>" />
</td>
<td>
<?php print_string("lap", "jclic") ?>
</td>
</tr>
<tr>
<td colspan="3" align="center">
<input type="submit" value="<?php print_string("savechanges") ?>" /></td>
</tr>
</table>
</form>
|