Astra Security

This commit is contained in:
Nathanwoodburn
2021-08-30 15:06:36 +10:00
parent 9dc1cdddca
commit 9f437f9588
547 changed files with 65968 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<table>
<tr>
<td class="nav big">
{nav} </td>
<td class="right extend">
<div class="s">{state_msg}</div>
<table>
<form action="?{FMgrFormTarget}" method="POST">
<input type="hidden" name="filename" value="{filename}" /><input type="hidden" name="do" value="edit-file" />
<tr>
<td class="ng2"><div class="s">{link_file_manager} {filename}</div></td>
</tr>
<tr>
<td class="ng1"><textarea name="content">{content}</textarea></td>
</tr>
<tr><td class="ng1"><div class="bNav"><input type="submit" value="{field_edit_file}" /> <input type="reset" value="{field_reset}" /></div></td></tr>
</form>
</table>
</td>
</tr>
</table>