HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/moodleAW/moodle04/mod/forum/prune.html
<form id="pruneform" method="get" action="post.php">
<table border="0" cellpadding="5">
<tr valign="top">
    <td align="right"><b><?php print_string("discussionname", "forum"); ?>:</b></td>
    <td>
        <input type="text" name="name" size="60" value="<?php p($post->subject) ?>" />
    </td>
</tr>

<tr>
    <td align="center" colspan="2">
    <input type="hidden" name="prune"   value="<?php p($prune) ?>" />
    <input type="hidden" name="confirm" value="<?php p($prune) ?>" />
    <input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" />
    <input type="submit" value="<?php print_string('prune', 'forum'); ?>" />
    </td>
</tr>
</table>
</form>