Started integrating external systems

This commit is contained in:
2026-07-23 14:48:30 +02:00
parent 8e218fd4ba
commit 4abb94b88c
21 changed files with 485 additions and 33 deletions
+35
View File
@@ -0,0 +1,35 @@
<table class="title">
<tr>
<td class="header">
<img class="icon" src="images/settings.png" alt="" />
Import
</td>
<td align="right">
&nbsp;
</td>
</tr>
</table>
<table class="info">
<tr>
<td class="header">
IP Reg import module
</td>
</tr>
</table>
<table class="info">
<tr>
<td class="label">
Import pfsense NAT settings
</td>
<td>
<form enctype="multipart/form-data" action="import.php" method="post">
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
pfSense Konfigurationsdatei: <input name="xmlfile" type="file" />
<input type="submit" name="submit[pfsense]" value="Upload" />
</form>
</td>
</tr>
</table>